Socket
Socket
Sign inDemoInstall

@npmcli/config

Package Overview
Dependencies
Maintainers
6
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/config - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

lib/index.js

@@ -91,3 +91,3 @@ // TODO: set the scope config from package.json or explicit cli config

argv = process.argv,
log = require('./proc-log.js'),
log = require('proc-log'),
platform = process.platform,

@@ -94,0 +94,0 @@ execPath = process.execPath,

{
"name": "@npmcli/config",
"version": "3.0.0",
"version": "3.0.1",
"files": [

@@ -33,4 +33,4 @@ "bin",

"devDependencies": {
"@npmcli/template-oss": "^2.5.1",
"tap": "^15.0.4"
"@npmcli/template-oss": "^2.7.1",
"tap": "^15.1.6"
},

@@ -42,4 +42,5 @@ "dependencies": {

"nopt": "^5.0.0",
"proc-log": "^2.0.0",
"read-package-json-fast": "^2.0.3",
"semver": "^7.3.4",
"semver": "^7.3.5",
"walk-up-path": "^1.0.0"

@@ -51,4 +52,4 @@ },

"templateOSS": {
"version": "2.6.0"
"version": "2.7.1"
}
}

@@ -83,3 +83,3 @@ # `@npmcli/config`

// only silly, verbose, warn, and error are logged by this module
log: require('npmlog')
log: require('proc-log')
})

@@ -86,0 +86,0 @@

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