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.6.1 to 15.7.0

1

lib/Config.d.ts

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

userConfig: Record<string, string>;
useInlineSpecifiersLockfileFormat?: boolean;
}

@@ -144,0 +145,0 @@ export interface ConfigWithDeprecatedSettings extends Config {

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

'use-beta-cli': Boolean,
'use-inline-specifiers-lockfile-format': Boolean,
'use-node-version': String,

@@ -204,2 +205,3 @@ 'use-running-store-server': Boolean,

'use-beta-cli': false,
'use-inline-specifiers-lockfile-format': false,
userconfig: npmDefaults.userconfig,

@@ -206,0 +208,0 @@ 'virtual-store-dir': 'node_modules/.pnpm',

6

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

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

"@pnpm/pnpmfile": "2.0.7",
"@pnpm/read-project-manifest": "3.0.6",
"@pnpm/read-project-manifest": "3.0.7",
"@pnpm/types": "8.4.0",

@@ -45,3 +45,3 @@ "camelcase": "^6.3.0",

"devDependencies": {
"@pnpm/config": "15.6.1",
"@pnpm/config": "15.7.0",
"@pnpm/prepare": "0.0.45",

@@ -48,0 +48,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