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.21.8 to 0.21.9

dist/shared/ni.d43835c0.mjs

35

package.json
{
"name": "@antfu/ni",
"type": "module",
"version": "0.21.8",
"packageManager": "pnpm@8.6.12",
"version": "0.21.9",
"packageManager": "pnpm@8.10.2",
"description": "Use the right package manager",

@@ -37,4 +37,4 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"files": [
"dist",
"bin"
"bin",
"dist"
],

@@ -52,13 +52,13 @@ "scripts": {

"devDependencies": {
"@antfu/eslint-config": "^0.40.2",
"@antfu/eslint-config": "^1.1.0",
"@posva/prompts": "^2.4.4",
"@types/fs-extra": "^11.0.1",
"@types/ini": "^1.3.31",
"@types/node": "^20.5.3",
"@types/which": "^3.0.0",
"@types/fs-extra": "^11.0.4",
"@types/ini": "^1.3.33",
"@types/node": "^20.9.0",
"@types/which": "^3.0.2",
"bumpp": "^9.2.0",
"eslint": "^8.47.0",
"eslint": "^8.53.0",
"esno": "^0.17.0",
"execa": "^7.1.1",
"fast-glob": "^3.3.1",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"find-up": "^6.3.0",

@@ -69,12 +69,9 @@ "fs-extra": "^11.1.1",

"kleur": "^4.1.5",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"terminal-link": "^3.0.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.2",
"which": "^3.0.1"
},
"eslintConfig": {
"extends": "@antfu"
"vitest": "^0.34.6",
"which": "^4.0.0"
}
}

@@ -115,3 +115,2 @@ # ni

# (not available for bun)
# npm upgrade

@@ -121,2 +120,3 @@ # yarn upgrade (Yarn 1)

# pnpm update
# bun update
```

@@ -194,7 +194,17 @@

### Change Directory
### Global Flags
```bash
# ? | Print the command execution depends on the agent
ni vite ?
# -C | Change directory before running the command
ni -C packages/foo vite
nr -C playground dev
# -v, --version | Show version number
ni -v
# -h, --help | Show help
ni -h
```

@@ -201,0 +211,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

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

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

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