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
315
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 3.3.2 to 3.3.3

4

lib/index.js

@@ -88,5 +88,5 @@ "use strict";

? null
: await findUp(WORKSPACE_MANIFEST_FILENAME, {
: (await findUp(WORKSPACE_MANIFEST_FILENAME, {
cwd: cliArgs['prefix'] || process.cwd(),
});
}) || null);
const npmConfig = loadNpmConf(cliArgs, exports.types, {

@@ -93,0 +93,0 @@ 'bail': true,

{
"name": "@pnpm/config",
"version": "3.3.2",
"version": "3.3.3",
"description": "Gets configs for pnpm",

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

"camelcase": "5.3.1",
"find-up": "3.0.0",
"find-up": "4.0.0",
"which": "1.3.1"

@@ -42,7 +42,3 @@ },

"@pnpm/config": "link:",
"@pnpm/tsconfig": "0.0.0",
"@pnpm/tslint-config": "0.0.0",
"@types/mz": "0.0.32",
"@types/node": "*",
"@types/tape": "4.2.33",
"@types/which": "1.3.1",

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

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