Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/local-resolver

Package Overview
Dependencies
Maintainers
3
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/local-resolver - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

1

lib/index.js

@@ -59,1 +59,2 @@ "use strict";

}
//# sourceMappingURL=index.js.map

@@ -82,1 +82,2 @@ "use strict";

}
//# sourceMappingURL=parsePref.js.map

20

package.json
{
"name": "@pnpm/local-resolver",
"version": "5.0.1",
"version": "5.0.2",
"description": "Resolver for local packages",

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

"files": [
"lib"
"lib",
"!*.map"
],
"engines": {
"node": ">=10"
"node": ">=10.13"
},
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"tsc": "tsc",
"test": "pnpm run tsc && ts-node test --ts-node",
"prepublishOnly": "pnpm run tsc",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/local-resolver/coverage ts-node packages/local-resolver/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},

@@ -34,4 +36,4 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver",

"dependencies": {
"@pnpm/error": "1.1.0",
"@pnpm/read-project-manifest": "1.0.1",
"@pnpm/error": "1.2.0",
"@pnpm/read-project-manifest": "1.0.2",
"@pnpm/resolver-base": "7.0.0",

@@ -38,0 +40,0 @@ "@pnpm/types": "5.0.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