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.1.2 to 8.2.0

2

lib/Config.d.ts

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

unsafePerm?: boolean;
loglevel?: 'silent' | 'error' | 'warn' | 'notice' | 'http' | 'timing' | 'info' | 'verbose' | 'silly';
loglevel?: 'silent' | 'error' | 'warn' | 'info' | 'debug';
frozenLockfile?: boolean;

@@ -55,0 +55,0 @@ preferFrozenLockfile?: boolean;

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

'lockfile-only': Boolean,
'loglevel': ['silent', 'error', 'warn', 'info', 'debug'],
'network-concurrency': Number,

@@ -47,0 +48,0 @@ 'npm-path': String,

{
"name": "@pnpm/config",
"version": "8.1.2",
"version": "8.2.0",
"description": "Gets configuration options for pnpm",

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

"@types/mz": "^2.7.0",
"@types/ramda": "^0.26.44",
"@types/ramda": "^0.27.3",
"@types/which": "1.3.2",

@@ -49,0 +49,0 @@ "mz": "2.7.0",

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