Socket
Socket
Sign inDemoInstall

@pnpm/npm-conf

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/npm-conf - npm Package Compare versions

Comparing version 2.0.4 to 2.1.0

3

index.js

@@ -63,2 +63,5 @@ 'use strict';

warnings.push(conf.addFile(conf.get('globalconfig'), 'global'));
if (conf.get('globalPnpmConfig')) {
warnings.push(conf.addFile(conf.get('globalPnpmConfig'), 'pnpm-global'));
}
conf.loadUser();

@@ -65,0 +68,0 @@

2

package.json
{
"name": "@pnpm/npm-conf",
"version": "2.0.4",
"version": "2.1.0",
"description": "Get the npm config",

@@ -5,0 +5,0 @@ "license": "MIT",

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