Releases: SocketDev/socket-cli
Releases · SocketDev/socket-cli
Release v0.11.1
Immutable
release. Only release title and notes can be modified.
Bug fixes and improvements
Release v0.11.0
Immutable
release. Only release title and notes can be modified.
- Introducing the
organizationscommand
Release v0.10.1
Immutable
release. Only release title and notes can be modified.
- Fix modern NPM integration
Release v0.10.0
Immutable
release. Only release title and notes can be modified.
- 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 Charlie (@charliegerard) in #98
- [Fix] Update wrong file path by Charlie (@charliegerard) in #99
- Update path-resolve.js by Douglas (@dacoburn) in #100
- Release for v0.9.1 by Douglas (@dacoburn) in #102
- disable provenance due npm giving error publishing by Bradley Farias (@bmeck) in #103
- Release for v0.9.2 by Bradley Farias (@bmeck) in #104
- Release for v0.9.3 by Bradley Farias (@bmeck) in #105
New Contributors
- Douglas (@dacoburn) made their first contribution in #100
Full Changelog: v0.9.0...v0.9.3
v0.9.2
What's Changed
- Add postinstall script to install the safe npm alias by Charlie (@charliegerard) in #98
- [Fix] Update wrong file path by Charlie (@charliegerard) in #99
- Update path-resolve.js by Douglas (@dacoburn) in #100
- Release for v0.9.1 by Douglas (@dacoburn) in #102
- disable provenance due npm giving error publishing by Bradley Farias (@bmeck) in #103
- Release for v0.9.2 by Bradley Farias (@bmeck) in #104
New Contributors
- Douglas (@dacoburn) made their first contribution in #100
Full Changelog: v0.9.0...v0.9.2
v0.9.1
What's Changed
- Add postinstall script to install the safe npm alias by Charlie (@charliegerard) in #98
- [Fix] Update wrong file path by Charlie (@charliegerard) in #99
- Update path-resolve.js by Douglas (@dacoburn) in #100
- Release for v0.9.1 by Douglas (@dacoburn) in #102
New Contributors
- Douglas (@dacoburn) made their first contribution in #100
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Immutable
release. Only release title and notes can be modified.
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@latestorsocket 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