Socket
Socket
Sign inDemoInstall

@npmcli/config

Package Overview
Dependencies
Maintainers
7
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.3.0 to 2.3.1

6

lib/index.js

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

async loadProjectConfig () {
if (this[_get]('global') === true || this[_get]('location') === 'global') {
this.data.get('project').source = '(global mode enabled, ignored)'
this.sources.set(this.data.get('project').source, 'project')
return
}
// the localPrefix can be set by the CLI config, but otherwise is

@@ -502,0 +508,0 @@ // found by walking up the folder tree

2

package.json
{
"name": "@npmcli/config",
"version": "2.3.0",
"version": "2.3.1",
"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