Socket
Socket
Sign inDemoInstall

npm-cli-path

Package Overview
Dependencies
9
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

2

index.js

@@ -7,3 +7,3 @@ 'use strict';

module.exports = function npmCliPath() {
return executingNpmPath;
return Promise.resolve(executingNpmPath);
};

@@ -10,0 +10,0 @@ } else {

{
"name": "npm-cli-path",
"version": "2.0.4",
"version": "2.0.5",
"description": "Resolve the path of `npm-cli.js` included in the globally installed npm CLI",

@@ -5,0 +5,0 @@ "repository": "shinnn/npm-cli-path",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc