Releases: SocketDev/socket-cli
Releases · SocketDev/socket-cli
Release v0.11.1
Bug fixes and improvements
Release v0.11.0
- Introducing the
organizations
command
Release v0.10.1
- Fix modern NPM integration
Release v0.10.0
- 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
What's Changed
- Add postinstall script to install the safe npm alias by @charliegerard in #98
- [Fix] Update wrong file path by @charliegerard in #99
- Update path-resolve.js by @dacoburn in #100
- Release for v0.9.1 by @dacoburn in #102
- disable provenance due npm giving error publishing by @bmeck in #103
- Release for v0.9.2 by @bmeck in #104
- Release for v0.9.3 by @bmeck in #105
New Contributors
Full Changelog: v0.9.0...v0.9.3
v0.9.2
What's Changed
- Add postinstall script to install the safe npm alias by @charliegerard in #98
- [Fix] Update wrong file path by @charliegerard in #99
- Update path-resolve.js by @dacoburn in #100
- Release for v0.9.1 by @dacoburn in #102
- disable provenance due npm giving error publishing by @bmeck in #103
- Release for v0.9.2 by @bmeck in #104
New Contributors
Full Changelog: v0.9.0...v0.9.2
v0.9.1
What's Changed
- Add postinstall script to install the safe npm alias by @charliegerard in #98
- [Fix] Update wrong file path by @charliegerard in #99
- Update path-resolve.js by @dacoburn in #100
- Release for v0.9.1 by @dacoburn in #102
New Contributors
Full Changelog: v0.9.0...v0.9.1
v0.9.0
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
orsocket info typescript
.
v0.8.2
v0.8.0
- 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