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 6.1.7 to 6.2.0

7

lib/index.js

@@ -578,2 +578,9 @@ // TODO: set the scope config from package.json or explicit cli config

this.#checkDeprecated(k, where, obj, [key, value])
if (this.definitions[key]?.exclusive) {
for (const exclusive of this.definitions[key].exclusive) {
if (!this.isDefault(exclusive)) {
throw new TypeError(`--${key} can not be provided when using --${exclusive}`)
}
}
}
}

@@ -580,0 +587,0 @@ conf.data[k] = v

2

package.json
{
"name": "@npmcli/config",
"version": "6.1.7",
"version": "6.2.0",
"files": [

@@ -5,0 +5,0 @@ "bin/",

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