Comparing version 0.21.4 to 0.21.5
@@ -111,2 +111,3 @@ import { Buffer } from 'node:buffer'; | ||
declare function runCli(fn: Runner, options?: DetectOptions): Promise<void>; | ||
declare function getCliCommand(fn: Runner, args: string[], options?: DetectOptions, cwd?: string): Promise<string | undefined>; | ||
declare function run(fn: Runner, args: string[], options?: DetectOptions): Promise<void>; | ||
@@ -138,2 +139,2 @@ | ||
export { AGENTS, Agent, CLI_TEMP_DIR, Command, DetectOptions, INSTALL_PAGE, LOCKS, Runner, RunnerContext, UnsupportedCommand, agents, cmdExists, detect, exclude, getCommand, getConfig, getDefaultAgent, getGlobalAgent, getVoltaPrefix, parseNa, parseNi, parseNlx, parseNr, parseNu, parseNun, remove, run, runCli, writeFileSafe }; | ||
export { AGENTS, Agent, CLI_TEMP_DIR, Command, DetectOptions, INSTALL_PAGE, LOCKS, Runner, RunnerContext, UnsupportedCommand, agents, cmdExists, detect, exclude, getCliCommand, getCommand, getConfig, getDefaultAgent, getGlobalAgent, getVoltaPrefix, parseNa, parseNi, parseNlx, parseNr, parseNu, parseNun, remove, run, runCli, writeFileSafe }; |
{ | ||
"name": "@antfu/ni", | ||
"version": "0.21.4", | ||
"packageManager": "pnpm@8.6.1", | ||
"type": "module", | ||
"version": "0.21.5", | ||
"packageManager": "pnpm@8.6.8", | ||
"description": "Use the right package manager", | ||
@@ -50,13 +51,13 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.39.5", | ||
"@antfu/eslint-config": "^0.39.8", | ||
"@posva/prompts": "^2.4.4", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/ini": "^1.3.31", | ||
"@types/node": "^18.16.16", | ||
"@types/node": "^20.4.2", | ||
"@types/which": "^3.0.0", | ||
"bumpp": "^9.1.1", | ||
"eslint": "^8.42.0", | ||
"esno": "^0.16.3", | ||
"eslint": "^8.45.0", | ||
"esno": "^0.17.0", | ||
"execa": "^7.1.1", | ||
"fast-glob": "^3.2.12", | ||
"fast-glob": "^3.3.0", | ||
"find-up": "^6.3.0", | ||
@@ -69,5 +70,5 @@ "fs-extra": "^11.1.1", | ||
"terminal-link": "^3.0.0", | ||
"typescript": "^5.1.3", | ||
"typescript": "^5.1.6", | ||
"unbuild": "^1.2.1", | ||
"vitest": "^0.32.0", | ||
"vitest": "^0.33.0", | ||
"which": "^3.0.1" | ||
@@ -74,0 +75,0 @@ }, |
@@ -13,3 +13,3 @@ # ni | ||
<a href='https://docs.npmjs.com/cli/v6/commands/npm'>npm</a> · <a href='https://yarnpkg.com'>yarn</a> · <a href='https://pnpm.js.org/en/'>pnpm</a> · <a href='https://bun.sh/'>bun</a> | ||
<a href='https://docs.npmjs.com/cli/v6/commands/npm'>npm</a> · <a href='https://yarnpkg.com'>yarn</a> · <a href='https://pnpm.io/'>pnpm</a> · <a href='https://bun.sh/'>bun</a> | ||
@@ -16,0 +16,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
424387
13823
46
Yes