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
323
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.2.7 to 11.3.0

10

CHANGELOG.md
# @pnpm/config
## 11.3.0
### Minor Changes
- 092f8dd83: New setting added: workspace-root.
### Patch Changes
- 767212f4e: Packages like @babel/types should be publicly hoisted by default.
## 11.2.7

@@ -4,0 +14,0 @@

1

lib/Config.d.ts

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

ignoreWorkspaceRootCheck: boolean;
workspaceRoot: boolean;
}

@@ -104,0 +105,0 @@ export interface ConfigWithDeprecatedSettings extends Config {

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

'workspace-packages': [String, Array],
'workspace-root': Boolean,
}, npmTypes.types);

@@ -152,3 +153,8 @@ exports.default = async (opts) => {

pending: false,
'public-hoist-pattern': ['@types/*', '*eslint*'],
'public-hoist-pattern': [
// Packages like @types/node, @babel/types
// should be publicly hoisted because TypeScript only searches in the root of node_modules
'*types*',
'*eslint*',
],
'recursive-install': true,

@@ -155,0 +161,0 @@ registry: npmDefaults.registry,

6

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

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

"@types/mz": "^2.7.1",
"@types/ramda": "^0.27.14",
"@types/ramda": "^0.27.15",
"@types/which": "^1.3.2",
"mz": "^2.7.0",
"tempy": "^0.6.0"
"tempy": "^0.7.0"
},
"funding": "https://opencollective.com/pnpm"
}
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