Socket
Socket
Sign inDemoInstall

@npmcli/config

Package Overview
Dependencies
Maintainers
5
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 2.0.0 to 2.1.0

4

lib/set-envs.js

@@ -70,4 +70,4 @@ // Set environment variables for any non-default configs,

for (const key in cliConf) {
const { deprecated } = definitions[key] || {}
if (deprecated)
const { deprecated, envExport = true } = definitions[key] || {}
if (deprecated || envExport === false)
continue

@@ -74,0 +74,0 @@

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