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 18.3.1 to 18.3.2

3

lib/index.js

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

const matcher_1 = require("@pnpm/matcher");
const better_path_resolve_1 = __importDefault(require("better-path-resolve"));
const camelcase_1 = __importDefault(require("camelcase"));

@@ -260,3 +261,3 @@ const is_windows_1 = __importDefault(require("is-windows"));

]);
const cwd = (cliOptions.dir && path_1.default.resolve(cliOptions.dir)) ?? npmConfig.localPrefix;
const cwd = (0, better_path_resolve_1.default)(cliOptions.dir ?? npmConfig.localPrefix);
pnpmConfig.maxSockets = npmConfig.maxsockets;

@@ -263,0 +264,0 @@ // @ts-expect-error

{
"name": "@pnpm/config",
"version": "18.3.1",
"version": "18.3.2",
"description": "Gets configuration options for pnpm",

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

"@pnpm/npm-conf": "2.2.0",
"better-path-resolve": "1.0.0",
"camelcase": "^6.3.0",

@@ -40,5 +41,5 @@ "camelcase-keys": "^6.2.2",

"realpath-missing": "^1.1.0",
"which": "^3.0.0",
"which": "^3.0.1",
"@pnpm/error": "5.0.0",
"@pnpm/constants": "7.0.0",
"@pnpm/error": "5.0.0",
"@pnpm/git-utils": "1.0.0",

@@ -55,3 +56,3 @@ "@pnpm/matcher": "5.0.0",

"symlink-dir": "^5.1.1",
"@pnpm/config": "18.3.1",
"@pnpm/config": "18.3.2",
"@pnpm/prepare": "0.0.66",

@@ -58,0 +59,0 @@ "@pnpm/test-fixtures": "0.0.35"

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