Skip to content

Releases: SocketDev/socket-cli

Release v0.11.1

23 Aug 19:03
fade999
Compare
Choose a tag to compare

Bug fixes and improvements

Release v0.11.0

06 Aug 02:35
fcaad4a
Compare
Choose a tag to compare
  • Introducing the organizations command

Release v0.10.1

30 Jul 19:20
5c2c862
Compare
Choose a tag to compare
  • Fix modern NPM integration

Release v0.10.0

17 Jul 13:26
4f62d63
Compare
Choose a tag to compare
  • Introducing the audit log command
  • Introducing the full scans command
  • Introducing the repositories command
  • Introducing the dependencies command
  • Introducing the cyclone DX command

v0.9.3

07 Mar 22:46
91ebe74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.3

v0.9.2

07 Mar 22:36
6af2ace
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.2

v0.9.1

07 Mar 21:47
4bd0ed6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

01 Dec 15:54
ad7b908
Compare
Choose a tag to compare

Various improvements to the socket info command:

  • Displays the package's scores
  • Displays the package's critical and high severity issues with a link to the Socket website for more information
  • The command can now handle dist tags and no version. For example socket info typescript@dev, socket info typescript@latest or socket info typescript.

v0.8.2

23 Aug 16:17
Compare
Choose a tag to compare
  • some fixes for offline operation
  • enhances 12 factor auth style usage to have ENV override file values
  • make glob behavior for report creation more closely match the GitHub App

v0.8.0

10 Aug 15:28
Compare
Choose a tag to compare
  • Add settings synchronization to socket npm - settings will now be checked against the settings on socket.dev
  • Add enforcement for enterprise organizations to socket npm - organization level enforcement will be used regardless of context
  • Automatically retry HTTP requests on 524 errors from CloudFlare
  • Add support for warn actions for settings
  • Various bug fixes