Socket
Socket
Sign inDemoInstall

@pnpm/local-resolver

Package Overview
Dependencies
Maintainers
3
Versions
128
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.14 to 5.0.15

7

CHANGELOG.md
# @pnpm/local-resolver
## 5.0.15
### Patch Changes
- Updated dependencies [2762781cc]
- @pnpm/read-project-manifest@1.1.0
## 5.0.14

@@ -4,0 +11,0 @@

8

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

@@ -12,7 +12,7 @@ "main": "lib/index.js",

"engines": {
"node": ">=10.13"
"node": ">=10.14"
},
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/local-resolver/coverage ts-node packages/local-resolver/test --type-check",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",

@@ -37,3 +37,3 @@ "prepublishOnly": "pnpm run compile",

"@pnpm/error": "1.3.1",
"@pnpm/read-project-manifest": "1.0.13",
"@pnpm/read-project-manifest": "1.1.0",
"@pnpm/resolver-base": "7.0.3",

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