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 2.3.0 to 2.3.1

2

lib/index.js

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

if (pnpmConfig.sharedWorkspaceShrinkwrap && !pnpmConfig.shrinkwrapDirectory) {
pnpmConfig.shrinkwrapDirectory = pnpmConfig.workspacePrefix;
pnpmConfig.shrinkwrapDirectory = pnpmConfig.workspacePrefix || undefined;
}

@@ -175,0 +175,0 @@ pnpmConfig.packageManager = packageManager;

{
"name": "@pnpm/config",
"version": "2.3.0",
"version": "2.3.1",
"description": "Gets configs for pnpm",

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

"tsc": "rimraf lib && tsc",
"lint": "tslint -c tslint.json --project .",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test-with-preview": "npm run lint && ts-node test && mos t",

@@ -35,5 +35,5 @@ "pretest": "npm config rm fetch-retry-maxtimeout",

"@pnpm/types": "2.0.0",
"@types/camelcase": "^4.1.0",
"@types/node": "10.12.0",
"@types/which": "^1.3.1",
"@types/camelcase": "4.1.0",
"@types/node": "10.12.5",
"@types/which": "1.3.1",
"@zkochan/npm-conf": "1.2.1",

@@ -45,17 +45,16 @@ "camelcase": "5.0.0",

"devDependencies": {
"@pnpm/config": "link:.",
"@types/mz": "^0.0.32",
"@types/tape": "^4.2.32",
"@types/tempy": "^0.2.0",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"mz": "^2.7.0",
"rimraf": "^2.6.2",
"tape": "^4.8.0",
"tempy": "^0.2.1",
"ts-node": "^6.2.0",
"tslint": "^5.8.0",
"tslint-config-standard": "8.0.1",
"tslint-eslint-rules": "5.4.0",
"typescript": "^3.0.0"
"@pnpm/config": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/mz": "0.0.32",
"@types/tape": "4.2.32",
"@types/tempy": "0.2.0",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"mz": "2.7.0",
"rimraf": "2.6.2",
"tape": "4.9.1",
"tempy": "0.2.1",
"ts-node": "6.2.0",
"tslint": "5.11.0",
"typescript": "3.1.6"
},

@@ -62,0 +61,0 @@ "mos": {

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