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
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 3.5.1 to 3.5.2

2

lib/index.js

@@ -105,3 +105,3 @@ "use strict";

'bail': true,
'depth': command[command.length - 1] === 'list' ? 0 : Infinity,
'depth': (command[0] === 'list' || command[1] === 'list') ? 0 : Infinity,
'fetch-retries': 2,

@@ -108,0 +108,0 @@ 'fetch-retry-factor': 10,

{
"name": "@pnpm/config",
"version": "3.5.1",
"description": "Gets configs for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"prepublishOnly": "pnpm run tsc",
"tsc": "rimraf lib && tsc",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test-with-preview": "pnpm run lint && ts-node test",
"pretest": "npm config rm fetch-retry-maxtimeout",
"test": "pnpm run lint && pnpm run tsc && ts-node test"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config",
"keywords": [
"pnpm",
"config"
],
"engines": {
"node": ">=8.15"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme",
"dependencies": {
"@pnpm/error": "1.0.0",
"@pnpm/types": "3.2.0",
"@zkochan/npm-conf": "1.2.4",
"camelcase": "5.3.1",
"find-up": "4.1.0",
"is-subdir": "1.0.3",
"which": "1.3.1"
},
"devDependencies": {
"@pnpm/config": "link:",
"@types/mz": "0.0.32",
"@types/which": "1.3.1",
"mz": "2.7.0",
"rimraf": "2.6.3",
"tape": "4.11.0",
"tempy": "0.3.0"
}
"name": "@pnpm/config",
"version": "3.5.2",
"description": "Gets configs for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"prepublishOnly": "pnpm run tsc",
"tsc": "rimraf lib && tsc",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test-with-preview": "pnpm run lint && ts-node test",
"pretest": "npm config rm fetch-retry-maxtimeout",
"test": "pnpm run lint && pnpm run tsc && ts-node test"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config",
"keywords": [
"pnpm",
"config"
],
"engines": {
"node": ">=8.15"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme",
"dependencies": {
"@pnpm/error": "1.0.0",
"@pnpm/types": "3.2.0",
"@zkochan/npm-conf": "1.2.4",
"camelcase": "5.3.1",
"find-up": "4.1.0",
"is-subdir": "1.0.3",
"which": "1.3.1"
},
"devDependencies": {
"@pnpm/config": "link:",
"@types/mz": "0.0.32",
"@types/which": "1.3.1",
"mz": "2.7.0",
"rimraf": "3.0.0",
"tape": "4.11.0",
"tempy": "0.3.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