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 2.0.11 to 2.0.12

90

package.json
{
"name": "@pnpm/local-resolver",
"version": "2.0.11",
"description": "Resolver for local packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=8.15"
},
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"tsc": "tsc",
"test": "pnpm run tsc && pnpm run lint && ts-node test --ts-node",
"prepublishOnly": "pnpm run tsc",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver",
"keywords": [
"pnpm",
"resolver",
"npm"
],
"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/local-resolver#readme",
"dependencies": {
"@pnpm/error": "1.0.0",
"@pnpm/read-importer-manifest": "1.0.6",
"@pnpm/resolver-base": "3.1.2",
"@pnpm/types": "3.2.0",
"graceful-fs": "4.2.0",
"normalize-path": "3.0.0",
"ssri": "6.0.1"
},
"devDependencies": {
"@pnpm/local-resolver": "link:",
"@types/graceful-fs": "4.1.3",
"@types/ssri": "^6.0.1",
"tape": "4.11.0"
}
"name": "@pnpm/local-resolver",
"version": "2.0.12",
"description": "Resolver for local packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=8.15"
},
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"tsc": "tsc",
"test": "pnpm run tsc && pnpm run lint && ts-node test --ts-node",
"prepublishOnly": "pnpm run tsc",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver",
"keywords": [
"pnpm",
"resolver",
"npm"
],
"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/local-resolver#readme",
"dependencies": {
"@pnpm/error": "1.0.0",
"@pnpm/read-importer-manifest": "1.0.7",
"@pnpm/resolver-base": "3.1.2",
"@pnpm/types": "3.2.0",
"graceful-fs": "4.2.1",
"normalize-path": "3.0.0",
"ssri": "6.0.1"
},
"devDependencies": {
"@pnpm/local-resolver": "link:",
"@types/graceful-fs": "4.1.3",
"@types/ssri": "^6.0.1",
"tape": "4.11.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