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 1.1.2 to 1.1.3

4

lib/index.js

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

const desc = mustBe.length === 1 ? mustBe[0]
: mustBe.filter(m => m !== Array).join(', ')
: mustBe.filter(m => m !== Array)
.map(n => typeof n === 'string' ? n : JSON.stringify(n))
.join(', ')
this.log.warn('invalid config', msg, desc)

@@ -388,0 +390,0 @@ }

{
"name": "@npmcli/config",
"version": "1.1.2",
"version": "1.1.3",
"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