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.6 to 1.2.7

6

lib/index.js

@@ -100,5 +100,2 @@ "use strict";

: path.resolve(npmGlobalPrefix, 'bin');
pnpmConfig.bin = pnpmConfig.global
? pnpmConfig.globalBin
: path.join(npmConfig.localPrefix, 'node_modules', '.bin');
pnpmConfig.globalPrefix = path.join(npmGlobalPrefix, 'pnpm-global');

@@ -108,2 +105,5 @@ pnpmConfig.prefix = pnpmConfig.global

: (cliArgs['prefix'] ? path.resolve(cliArgs['prefix']) : npmConfig.localPrefix); // tslint:disable-line
pnpmConfig.bin = pnpmConfig.global
? pnpmConfig.globalBin
: path.join(pnpmConfig.prefix, 'node_modules', '.bin');
pnpmConfig.packageManager = packageManager;

@@ -110,0 +110,0 @@ if (pnpmConfig.only === 'prod' || pnpmConfig.only === 'production' || !pnpmConfig.only && pnpmConfig.production) {

{
"name": "@pnpm/config",
"version": "1.2.6",
"version": "1.2.7",
"description": "Gets configs for pnpm",

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

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