Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/config

Package Overview
Dependencies
Maintainers
3
Versions
321
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 4.0.0 to 4.0.1

3

lib/index.js

@@ -298,4 +298,3 @@ "use strict";

if (pnpmConfig['shamefullyFlatten']) {
warnings.push('The "shamefully-flatten" setting is deprecated. Use "shamefully-hoist", "hoist" or "hoist-pattern" instead. Since v4, hoisting is on by default for all dependencies.');
pnpmConfig.hoistPattern = ['*'];
warnings.push('The "shamefully-flatten" setting has been renamed to "shamefully-hoist". Also, in most cases you won\'t need "shamefully-hoist". Since v4, a semistrict node_modules structure is on by default (via hoist-pattern=[*]).');
pnpmConfig.shamefullyHoist = true;

@@ -302,0 +301,0 @@ }

{
"name": "@pnpm/config",
"version": "4.0.0",
"version": "4.0.1",
"description": "Gets configuration options for pnpm",

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

"find-up": "4.1.0",
"is-subdir": "1.0.3",
"is-subdir": "1.1.1",
"which": "2.0.1"

@@ -42,0 +42,0 @@ },

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