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.5.6 to 0.5.7

dist/chunk-JDBAN7AL.js

4

dist/index.js

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

var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js');
var _chunkJDBAN7ALjs = require('./chunk-JDBAN7AL.js');

@@ -31,2 +31,2 @@

exports.cmdExists = _chunkQSIIYVLAjs.cmdExists; exports.detect = _chunkQSIIYVLAjs.detect; exports.exclude = _chunkQSIIYVLAjs.exclude; exports.getCommand = _chunkQSIIYVLAjs.getCommand; exports.getConfig = _chunkQSIIYVLAjs.getConfig; exports.getDefaultAgent = _chunkQSIIYVLAjs.getDefaultAgent; exports.getGlobalAgent = _chunkQSIIYVLAjs.getGlobalAgent; exports.parseNi = _chunkQSIIYVLAjs.parseNi; exports.parseNr = _chunkQSIIYVLAjs.parseNr; exports.parseNu = _chunkQSIIYVLAjs.parseNu; exports.remove = _chunkQSIIYVLAjs.remove; exports.run = _chunkQSIIYVLAjs.run; exports.runCli = _chunkQSIIYVLAjs.runCli;
exports.cmdExists = _chunkJDBAN7ALjs.cmdExists; exports.detect = _chunkJDBAN7ALjs.detect; exports.exclude = _chunkJDBAN7ALjs.exclude; exports.getCommand = _chunkJDBAN7ALjs.getCommand; exports.getConfig = _chunkJDBAN7ALjs.getConfig; exports.getDefaultAgent = _chunkJDBAN7ALjs.getDefaultAgent; exports.getGlobalAgent = _chunkJDBAN7ALjs.getGlobalAgent; exports.parseNi = _chunkJDBAN7ALjs.parseNi; exports.parseNr = _chunkJDBAN7ALjs.parseNr; exports.parseNu = _chunkJDBAN7ALjs.parseNu; exports.remove = _chunkJDBAN7ALjs.remove; exports.run = _chunkJDBAN7ALjs.run; exports.runCli = _chunkJDBAN7ALjs.runCli;
"use strict";
var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js');
var _chunkJDBAN7ALjs = require('./chunk-JDBAN7AL.js');
// src/nci.ts
_chunkQSIIYVLAjs.runCli.call(void 0, (agent, _, hasLock) => _chunkQSIIYVLAjs.parseNi.call(void 0, agent, ["--frozen-if-present"], hasLock), {autoInstall: true});
_chunkJDBAN7ALjs.runCli.call(void 0, (agent, _, hasLock) => _chunkJDBAN7ALjs.parseNi.call(void 0, agent, ["--frozen-if-present"], hasLock), {autoInstall: true});
"use strict";
var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js');
var _chunkJDBAN7ALjs = require('./chunk-JDBAN7AL.js');
// src/ni.ts
_chunkQSIIYVLAjs.runCli.call(void 0, _chunkQSIIYVLAjs.parseNi);
_chunkJDBAN7ALjs.runCli.call(void 0, _chunkJDBAN7ALjs.parseNi);
"use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js');
var _chunkJDBAN7ALjs = require('./chunk-JDBAN7AL.js');

@@ -27,3 +27,3 @@ // src/nr.ts

// src/nr.ts
_chunkQSIIYVLAjs.runCli.call(void 0, async (agent, args) => {
_chunkJDBAN7ALjs.runCli.call(void 0, async (agent, args) => {
if (args.length === 0) {

@@ -48,3 +48,3 @@ const scripts = getPackageJSON().scripts || {};

}
return _chunkQSIIYVLAjs.parseNr.call(void 0, agent, args);
return _chunkJDBAN7ALjs.parseNr.call(void 0, agent, args);
});
"use strict";
var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js');
var _chunkJDBAN7ALjs = require('./chunk-JDBAN7AL.js');
// src/nu.ts
_chunkQSIIYVLAjs.runCli.call(void 0, _chunkQSIIYVLAjs.parseNu);
_chunkJDBAN7ALjs.runCli.call(void 0, _chunkJDBAN7ALjs.parseNu);
{
"name": "@antfu/ni",
"version": "0.5.6",
"version": "0.5.7",
"description": "Use the right package manager",

@@ -5,0 +5,0 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

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