Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/config

Package Overview
Dependencies
Maintainers
3
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/config - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

lib/index.js

@@ -128,2 +128,3 @@ "use strict";

: await findWorkspacePrefix(dir);
cliArgs['prefix'] = dir; // the npm config system still expects `prefix`
const npmConfig = loadNpmConf(cliArgs, exports.types, {

@@ -163,2 +164,3 @@ 'bail': true,

});
delete cliArgs['prefix'];
process.execPath = originalExecPath;

@@ -165,0 +167,0 @@ const pnpmConfig = Object.keys(exports.types) // tslint:disable-line

2

package.json
{
"name": "@pnpm/config",
"version": "5.0.0",
"version": "5.0.1",
"description": "Gets configuration options for pnpm",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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