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 0.0.0-pre.0 to 0.0.0

4

lib/index.js

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

/* istanbul ignore next */
const myUid = process.getuid && process.getuid()
/* istanbul ignore next */
const myGid = process.getgid && process.getgid()

@@ -640,3 +642,3 @@

const delim = '-----END CERTIFICATE-----'
const output = raw.split(delim)
const output = raw.replace(/\r\n/g, '\n').split(delim)
.filter(section => section.trim())

@@ -643,0 +645,0 @@ .map(section => section.trimLeft() + delim)

{
"name": "@npmcli/config",
"version": "0.0.0-pre.0",
"version": "0.0.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