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 21.3.0 to 21.4.0

1

lib/Config.d.ts

@@ -178,2 +178,3 @@ import { type Project, type ProjectManifest, type ProjectsGraph, type Registries, type SslConfig } from '@pnpm/types';

virtualStoreDirMaxLength: number;
peersSuffixMaxLength?: number;
}

@@ -180,0 +181,0 @@ export interface ConfigWithDeprecatedSettings extends Config {

@@ -110,2 +110,3 @@ /// <reference types="node" />

'virtual-store-dir-max-length': NumberConstructor;
'peers-suffix-max-length': NumberConstructor;
'workspace-concurrency': NumberConstructor;

@@ -112,0 +113,0 @@ 'workspace-packages': (ArrayConstructor | StringConstructor)[];

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

'virtual-store-dir-max-length': Number,
'peers-suffix-max-length': Number,
'workspace-concurrency': Number,

@@ -263,2 +264,3 @@ 'workspace-packages': [String, Array],

'virtual-store-dir-max-length': 120,
'peers-suffix-max-length': 1000,
};

@@ -265,0 +267,0 @@ const { config: npmConfig, warnings, failedToLoadBuiltInConfig } = (0, npm_conf_1.default)(cliOptions, rcOptionsTypes, defaultOptions);

14

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

@@ -42,8 +42,8 @@ "main": "lib/index.js",

"@pnpm/error": "6.0.1",
"@pnpm/matcher": "6.0.0",
"@pnpm/constants": "8.0.0",
"@pnpm/git-utils": "2.0.0",
"@pnpm/pnpmfile": "6.0.3",
"@pnpm/matcher": "6.0.0",
"@pnpm/read-project-manifest": "6.0.2",
"@pnpm/types": "10.1.0"
"@pnpm/types": "10.1.0",
"@pnpm/pnpmfile": "6.0.4"
},

@@ -55,5 +55,5 @@ "devDependencies": {

"symlink-dir": "^6.0.0",
"@pnpm/prepare": "0.0.93",
"@pnpm/test-fixtures": "0.1.23",
"@pnpm/config": "21.3.0"
"@pnpm/config": "21.4.0",
"@pnpm/prepare": "0.0.94",
"@pnpm/test-fixtures": "0.1.24"
},

@@ -60,0 +60,0 @@ "funding": "https://opencollective.com/pnpm",

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