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 11.0.1 to 11.1.0

7

CHANGELOG.md
# @pnpm/config
## 11.1.0
### Minor Changes
- 65b4d07ca: feat: add config to make install only install package dependencies in a workspace
- ab3b8f51d: Hoist all ESLint plugins to the root of node_modules by default.
## 11.0.1

@@ -4,0 +11,0 @@

1

lib/Config.d.ts

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

publishBranch?: string;
recursiveInstall?: boolean;
registries: Registries;

@@ -101,0 +102,0 @@ ignoreWorkspaceRootCheck: boolean;

4

lib/index.js

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

'publish-branch': String,
'recursive-install': Boolean,
'reporter': String,

@@ -129,3 +130,4 @@ 'save-peer': Boolean,

'pending': false,
'public-hoist-pattern': ['@types/*'],
'public-hoist-pattern': ['@types/*', 'eslint-plugin-*'],
'recursive-install': true,
'registry': npmDefaults.registry,

@@ -132,0 +134,0 @@ 'save-peer': false,

{
"name": "@pnpm/config",
"version": "11.0.1",
"version": "11.1.0",
"description": "Gets configuration options for pnpm",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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