Socket
Socket
Sign inDemoInstall

@pnpm/resolver-base

Package Overview
Dependencies
1
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.3 to 8.0.4

66

package.json
{
"name": "@pnpm/resolver-base",
"version": "8.0.3",
"description": "Types for pnpm-compatible resolvers",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base",
"keywords": [
"pnpm",
"resolver"
],
"engines": {
"node": ">=12.17"
},
"license": "MIT",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base#readme",
"dependencies": {
"@pnpm/types": "7.3.0"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"start": "pnpm run tsc -- --watch",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
"name": "@pnpm/resolver-base",
"version": "8.0.4",
"description": "Types for pnpm-compatible resolvers",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base",
"keywords": [
"pnpm",
"resolver"
],
"engines": {
"node": ">=12.17"
},
"license": "MIT",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base#readme",
"dependencies": {
"@pnpm/types": "7.4.0"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"start": "pnpm run tsc -- --watch",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc