Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.13.0 to 0.13.1

dist/chunk-AMIDEODS.js

4

dist/index.js

@@ -18,3 +18,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunk3DVGNU5Hjs = require('./chunk-3DVGNU5H.js');
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js');

@@ -37,2 +37,2 @@

exports.cmdExists = _chunk3DVGNU5Hjs.cmdExists; exports.detect = _chunk3DVGNU5Hjs.detect; exports.exclude = _chunk3DVGNU5Hjs.exclude; exports.getCommand = _chunk3DVGNU5Hjs.getCommand; exports.getConfig = _chunk3DVGNU5Hjs.getConfig; exports.getDefaultAgent = _chunk3DVGNU5Hjs.getDefaultAgent; exports.getGlobalAgent = _chunk3DVGNU5Hjs.getGlobalAgent; exports.getVoltaPrefix = _chunk3DVGNU5Hjs.getVoltaPrefix; exports.parseNi = _chunk3DVGNU5Hjs.parseNi; exports.parseNr = _chunk3DVGNU5Hjs.parseNr; exports.parseNrm = _chunk3DVGNU5Hjs.parseNrm; exports.parseNu = _chunk3DVGNU5Hjs.parseNu; exports.parseNx = _chunk3DVGNU5Hjs.parseNx; exports.remove = _chunk3DVGNU5Hjs.remove; exports.run = _chunk3DVGNU5Hjs.run; exports.runCli = _chunk3DVGNU5Hjs.runCli;
exports.cmdExists = _chunkAMIDEODSjs.cmdExists; exports.detect = _chunkAMIDEODSjs.detect; exports.exclude = _chunkAMIDEODSjs.exclude; exports.getCommand = _chunkAMIDEODSjs.getCommand; exports.getConfig = _chunkAMIDEODSjs.getConfig; exports.getDefaultAgent = _chunkAMIDEODSjs.getDefaultAgent; exports.getGlobalAgent = _chunkAMIDEODSjs.getGlobalAgent; exports.getVoltaPrefix = _chunkAMIDEODSjs.getVoltaPrefix; exports.parseNi = _chunkAMIDEODSjs.parseNi; exports.parseNr = _chunkAMIDEODSjs.parseNr; exports.parseNrm = _chunkAMIDEODSjs.parseNrm; exports.parseNu = _chunkAMIDEODSjs.parseNu; exports.parseNx = _chunkAMIDEODSjs.parseNx; exports.remove = _chunkAMIDEODSjs.remove; exports.run = _chunkAMIDEODSjs.run; exports.runCli = _chunkAMIDEODSjs.runCli;
"use strict";
var _chunk3DVGNU5Hjs = require('./chunk-3DVGNU5H.js');
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js');
// src/nci.ts
_chunk3DVGNU5Hjs.runCli.call(void 0, (agent, _, hasLock) => _chunk3DVGNU5Hjs.parseNi.call(void 0, agent, ["--frozen-if-present"], hasLock), { autoInstall: true });
_chunkAMIDEODSjs.runCli.call(void 0, (agent, _, hasLock) => _chunkAMIDEODSjs.parseNi.call(void 0, agent, ["--frozen-if-present"], hasLock), { autoInstall: true });
"use strict";
var _chunk3DVGNU5Hjs = require('./chunk-3DVGNU5H.js');
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js');
// src/ni.ts
_chunk3DVGNU5Hjs.runCli.call(void 0, _chunk3DVGNU5Hjs.parseNi);
_chunkAMIDEODSjs.runCli.call(void 0, _chunkAMIDEODSjs.parseNi);

@@ -6,6 +6,6 @@ "use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var _chunk3DVGNU5Hjs = require('./chunk-3DVGNU5H.js');
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js');
// src/nr.ts
var import_prompts = _chunk3DVGNU5Hjs.__toModule.call(void 0, _chunk3DVGNU5Hjs.require_prompts.call(void 0, ));
var import_prompts = _chunkAMIDEODSjs.__toModule.call(void 0, _chunkAMIDEODSjs.require_prompts.call(void 0, ));

@@ -50,3 +50,3 @@ // src/storage.ts

// src/nr.ts
_chunk3DVGNU5Hjs.runCli.call(void 0, async (agent, args, ctx) => {
_chunkAMIDEODSjs.runCli.call(void 0, async (agent, args, ctx) => {
const storage2 = await load();

@@ -95,3 +95,3 @@ if (args[0] === "-") {

}
return _chunk3DVGNU5Hjs.parseNr.call(void 0, agent, args);
return _chunkAMIDEODSjs.parseNr.call(void 0, agent, args);
});
"use strict";
var _chunk3DVGNU5Hjs = require('./chunk-3DVGNU5H.js');
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js');
// src/nu.ts
_chunk3DVGNU5Hjs.runCli.call(void 0, _chunk3DVGNU5Hjs.parseNu);
_chunkAMIDEODSjs.runCli.call(void 0, _chunkAMIDEODSjs.parseNu);
"use strict";
var _chunk3DVGNU5Hjs = require('./chunk-3DVGNU5H.js');
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js');
// src/nx.ts
_chunk3DVGNU5Hjs.runCli.call(void 0, _chunk3DVGNU5Hjs.parseNx);
_chunkAMIDEODSjs.runCli.call(void 0, _chunkAMIDEODSjs.parseNx);
{
"name": "@antfu/ni",
"version": "0.13.0",
"version": "0.13.1",
"description": "Use the right package manager",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -172,2 +172,2 @@ # ni

Before it runs, it will detect your `yarn.lock` / `pnpm-lock.yaml` / `package-lock.json` to know current package manager, and runs the corresponding commands.
Before it runs, it will detect your `yarn.lock` / `pnpm-lock.yaml` / `package-lock.json` to know current package manager (or `packageManager` field in your packages.json), and runs the corresponding commands.

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