Socket
Socket
Sign inDemoInstall

@antfu/ni

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antfu/ni - npm Package Compare versions

Comparing version 0.17.2 to 0.18.0

4

package.json
{
"name": "@antfu/ni",
"version": "0.17.2",
"version": "0.18.0",
"packageManager": "pnpm@7.4.0",

@@ -41,2 +41,3 @@ "description": "Use the right package manager",

"dev": "esno src/commands/ni.ts",
"nr": "esno src/commands/nr.ts",
"build": "unbuild",

@@ -61,2 +62,3 @@ "stub": "unbuild --stub",

"ini": "^3.0.0",
"kleur": "^4.1.5",
"prompts": "^2.4.2",

@@ -63,0 +65,0 @@ "rimraf": "^3.0.2",

@@ -11,4 +11,2 @@ # ni

npm i -g <b>@antfu/ni</b>
<b>ni</b>
</pre>

@@ -55,3 +53,4 @@

# npm ci
# yarn install --frozen-lockfile
# yarn install --frozen-lockfile (Yarn 1)
# yarn install --immutable (Yarn Berry)
# pnpm install --frozen-lockfile

@@ -65,3 +64,3 @@ # bun install --no-save

# npm i -g eslint
# yarn global add eslint
# yarn global add eslint (Yarn 1)
# pnpm add -g eslint

@@ -121,3 +120,4 @@ # bun add -g eslint

# npm upgrade
# yarn upgrade
# yarn upgrade (Yarn 1)
# yarn up (Yarn Berry)
# pnpm update

@@ -130,3 +130,4 @@ ```

# (not available for npm & bun)
# yarn upgrade-interactive
# yarn upgrade-interactive (Yarn 1)
# yarn up -i (Yarn Berry)
# pnpm update -i

@@ -133,0 +134,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc