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.6 to 1.1.7

2

lib/index.js

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

for (const [envKey, envVal] of Object.entries(this.env)) {
if (!/^npm_config_/i.test(envKey))
if (!/^npm_config_/i.test(envKey) || envVal === '')
continue

@@ -306,0 +306,0 @@ const key = envKey.substr('npm_config_'.length)

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