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 8.3.1 to 8.3.2

6

lib/index.js

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

// only catch the error from readFile, not from the loadObject call
log.silly(`config:load:file:${file}`)
log.silly('config', `load:file:${file}`)
await readFile(file, 'utf8').then(

@@ -688,3 +688,3 @@ data => {

if (await fileExists(this.localPrefix, '.npmrc')) {
log.warn(`ignoring workspace config at ${this.localPrefix}/.npmrc`)
log.warn('config', `ignoring workspace config at ${this.localPrefix}/.npmrc`)
}

@@ -697,3 +697,3 @@

this.localPackage = hasPackageJson
log.info(`found workspace root at ${this.localPrefix}`)
log.info('config', `found workspace root at ${this.localPrefix}`)
// we found a root, so we return now

@@ -700,0 +700,0 @@ return

{
"name": "@npmcli/config",
"version": "8.3.1",
"version": "8.3.2",
"files": [

@@ -35,3 +35,3 @@ "bin/",

"@npmcli/mock-globals": "^1.0.0",
"@npmcli/template-oss": "4.21.3",
"@npmcli/template-oss": "4.22.0",
"tap": "^16.3.8"

@@ -43,3 +43,3 @@ },

"ini": "^4.1.2",
"nopt": "^7.0.0",
"nopt": "^7.2.1",
"proc-log": "^4.2.0",

@@ -55,5 +55,5 @@ "read-package-json-fast": "^3.0.2",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.3",
"version": "4.22.0",
"content": "../../scripts/template-oss/index.js"
}
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc