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

@pnpm/local-resolver

Package Overview
Dependencies
Maintainers
2
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 6.0.4 to 6.0.5

90

package.json
{
"name": "@pnpm/local-resolver",
"version": "6.0.4",
"description": "Resolver for local packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver",
"keywords": [
"pnpm",
"resolver",
"npm"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver#readme",
"dependencies": {
"@pnpm/error": "2.0.0",
"@pnpm/graceful-fs": "1.0.0",
"@pnpm/read-project-manifest": "2.0.4",
"@pnpm/resolver-base": "8.0.3",
"@pnpm/types": "7.3.0",
"normalize-path": "^3.0.0",
"ssri": "^8.0.1"
},
"devDependencies": {
"@types/normalize-path": "^3.0.0",
"@types/ssri": "^7.1.0"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
"name": "@pnpm/local-resolver",
"version": "6.0.5",
"description": "Resolver for local packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver",
"keywords": [
"pnpm",
"resolver",
"npm"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver#readme",
"dependencies": {
"@pnpm/error": "2.0.0",
"@pnpm/graceful-fs": "1.0.0",
"@pnpm/read-project-manifest": "2.0.5",
"@pnpm/resolver-base": "8.0.4",
"@pnpm/types": "7.4.0",
"normalize-path": "^3.0.0",
"ssri": "^8.0.1"
},
"devDependencies": {
"@types/normalize-path": "^3.0.0",
"@types/ssri": "^7.1.0"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
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