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 7.0.0 to 7.1.0

1

lib/Config.d.ts

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

globalPnpmfile?: string;
npmPath?: string;
registries: Registries;

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

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

'network-concurrency': Number,
'npm-path': String,
'offline': Boolean,

@@ -47,0 +48,0 @@ 'package-import-method': ['auto', 'hardlink', 'clone', 'copy'],

2

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