v1.1.0
Feature
Add https://socket.dev/ integration experimetally
You can integrate socket.dev by setting NI_SOCKETDEV_TOKEN
env.
It check the package is safe or not before installing.
export NI_SOCKETDEV_TOKEN="<socket-token>"
For more details, see https://github.com/azu/ni.zsh#supply-chain-detections
Add ni exec <command>
and ni dlx <pkg>
ni exec <command> -- execute command
ni dlx <pkg> -- download package and execute command
Full Changelog: v1.0.0...v1.1.0