Socket
Socket
Sign inDemoInstall

@pnpm/resolver-base

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/resolver-base - npm Package Compare versions

Comparing version 7.1.1 to 8.0.0

11

CHANGELOG.md
# @pnpm/resolver-base
## 8.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/types@7.0.0
## 7.1.1

@@ -4,0 +15,0 @@

9

package.json
{
"name": "@pnpm/resolver-base",
"version": "7.1.1",
"version": "8.0.0",
"description": "Types for pnpm-compatible resolvers",

@@ -16,3 +16,3 @@ "main": "lib/index.js",

"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},

@@ -25,9 +25,8 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base",

"engines": {
"node": ">=10.16"
"node": ">=12.17"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base#readme",
"dependencies": {
"@pnpm/types": "6.4.0"
"@pnpm/types": "7.0.0"
},

@@ -34,0 +33,0 @@ "bugs": {

@@ -43,2 +43,2 @@ # @pnpm/resolver-base

MIT © [Zoltan Kochan](https://www.kochan.io/)
MIT

Sorry, the diff of this file is not supported yet

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