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.19.0 to 0.20.0

bin/nix.mjs

4

dist/index.d.ts

@@ -114,3 +114,3 @@ declare const AGENTS: {

declare const parseNun: Runner;
declare const parseNx: Runner;
declare const parseNix: Runner;
declare const parseNa: Runner;

@@ -123,2 +123,2 @@

export { AGENTS, Agent, Command, DetectOptions, INSTALL_PAGE, LOCKS, Runner, RunnerContext, agents, cmdExists, detect, exclude, getCommand, getConfig, getDefaultAgent, getGlobalAgent, getVoltaPrefix, parseNa, parseNi, parseNr, parseNu, parseNun, parseNx, remove, run, runCli };
export { AGENTS, Agent, Command, DetectOptions, INSTALL_PAGE, LOCKS, Runner, RunnerContext, agents, cmdExists, detect, exclude, getCommand, getConfig, getDefaultAgent, getGlobalAgent, getVoltaPrefix, parseNa, parseNi, parseNix, parseNr, parseNu, parseNun, remove, run, runCli };
{
"name": "@antfu/ni",
"version": "0.19.0",
"version": "0.20.0",
"packageManager": "pnpm@7.4.0",

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

"nu": "bin/nu.mjs",
"nx": "bin/nx.mjs",
"nix": "bin/nix.mjs",
"na": "bin/na.mjs",

@@ -34,0 +34,0 @@ "nun": "bin/nun.mjs"

@@ -97,11 +97,11 @@ # ni

### `nx` - execute
### `nix` - execute
```bash
nx vitest
nix vitest
# (not available for bun)
# npx vitest
# yarn dlx vitest
# pnpm dlx vitest
# bunx vitest
```

@@ -258,1 +258,9 @@

```
#### `nx` is no longer available
We renamed `nx` to `nix` to avoid conflicts with the other existing tool - [nx](https://nx.dev/). If you don't use [nx](https://nx.dev/) and still want the old `nx` behavior you can create an alias on your shell configuration file (`.zshrc`, `.bashrc`, etc).
```bash
alias nx="nix"
```

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