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
2
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 15.7.1 to 15.8.0

1

lib/Config.d.ts

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

legacyDirFiltering?: boolean;
onlyBuiltDependencies?: string[];
registries: Registries;

@@ -137,0 +138,0 @@ ignoreWorkspaceRootCheck: boolean;

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

offline: Boolean,
'only-built-dependencies': [String],
'package-import-method': ['auto', 'hardlink', 'clone', 'copy'],

@@ -207,2 +208,3 @@ pnpmfile: String,

userconfig: npmDefaults.userconfig,
'verify-store-integrity': true,
'virtual-store-dir': 'node_modules/.pnpm',

@@ -209,0 +211,0 @@ 'workspace-concurrency': 4,

4

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

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

"devDependencies": {
"@pnpm/config": "15.7.1",
"@pnpm/config": "15.8.0",
"@pnpm/prepare": "0.0.46",

@@ -47,0 +47,0 @@ "@types/ramda": "0.28.14",

Sorry, the diff of this file is not supported yet

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