New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/config

Package Overview
Dependencies
Maintainers
3
Versions
322
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 11.5.0 to 11.6.0

6

CHANGELOG.md
# @pnpm/config
## 11.6.0
### Minor Changes
- f591fdeeb: New option added: `node-linker`. When `node-linker` is set to `pnp`, pnpm will create a `.pnp.js` file.
## 11.5.0

@@ -4,0 +10,0 @@

1

lib/Config.d.ts

@@ -102,2 +102,3 @@ import { Project, ProjectsGraph, Registries } from '@pnpm/types';

symlink: boolean;
enablePnp?: boolean;
registries: Registries;

@@ -104,0 +105,0 @@ ignoreWorkspaceRootCheck: boolean;

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

'network-concurrency': Number,
'node-linker': ['pnp'],
'npm-path': String,

@@ -365,2 +366,3 @@ offline: Boolean,

}
pnpmConfig.enablePnp = pnpmConfig['nodeLinker'] === 'pnp';
return { config: pnpmConfig, warnings };

@@ -367,0 +369,0 @@ };

4

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

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

"engines": {
"node": ">=10.14"
"node": ">=10.16"
},

@@ -28,0 +28,0 @@ "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",

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