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

@pnpm/config

Package Overview
Dependencies
Maintainers
2
Versions
315
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 1.2.3 to 1.2.4

8

lib/index.js

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

const whichcb = require("which");
const npmDefaults = loadNpmConf.defaults;
function which(cmd) {

@@ -73,3 +74,8 @@ return new Promise((resolve, reject) => {

catch (err) { } // tslint:disable-line:no-empty
const npmConfig = loadNpmConf(null, exports.types);
const npmConfig = loadNpmConf(null, exports.types, {
'package-lock': npmDefaults['package-lock'],
'prefix': npmDefaults.prefix,
'registry': npmDefaults.registry,
'shrinkwrap': npmDefaults.shrinkwrap,
});
process.execPath = originalExecPath;

@@ -76,0 +82,0 @@ if (!cliArgs['user-agent']) {

4

package.json
{
"name": "@pnpm/config",
"version": "1.2.3",
"version": "1.2.4",
"description": "Gets configs for pnpm",

@@ -35,3 +35,3 @@ "main": "lib/index.js",

"@types/which": "^1.3.1",
"@zkochan/npm-conf": "^1.0.0",
"@zkochan/npm-conf": "^1.1.0",
"camelcase": "^5.0.0",

@@ -38,0 +38,0 @@ "which": "^1.3.0"

Sorry, the diff of this file is not supported yet

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