Skip to content

v1.1.0

Compare
Choose a tag to compare
@azu azu released this 13 Aug 03:58
· 48 commits to main since this release
f21d396

Feature

Add https://socket.dev/ integration experimetally

image

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