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

@npmcli/config

Package Overview
Dependencies
Maintainers
6
Versions
74
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 1.1.3 to 1.1.4

8

lib/index.js

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

if (!where) {
let valid = true
for (const [where, obj] of this.data.entries()) {

@@ -339,4 +340,6 @@ // no need to validate our defaults, we know they're fine

continue
this.validate(where)
const ret = this.validate(where)
valid = valid && ret
}
return valid
} else {

@@ -352,5 +355,4 @@ const obj = this.data.get(where)

nopt.invalidHandler = null
return obj[_valid]
}
return this.valid
}

@@ -357,0 +359,0 @@

{
"name": "@npmcli/config",
"version": "1.1.3",
"version": "1.1.4",
"files": [

@@ -5,0 +5,0 @@ "lib"

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