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
318
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 8.2.1 to 8.3.0

1

lib/Config.d.ts

@@ -100,2 +100,3 @@ import { ProjectManifest, Registries } from '@pnpm/types';

lockfileDir?: string;
modulesDir?: string;
sharedWorkspaceLockfile?: boolean;

@@ -102,0 +103,0 @@ useLockfile: boolean;

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

'loglevel': ['silent', 'error', 'warn', 'info', 'debug'],
'modules-dir': String,
'network-concurrency': Number,

@@ -79,2 +80,3 @@ 'npm-path': String,

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

@@ -81,0 +83,0 @@ exports.default = async (opts) => {

2

package.json
{
"name": "@pnpm/config",
"version": "8.2.1",
"version": "8.3.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