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 8.0.0 to 8.0.1

7

CHANGELOG.md
# @pnpm/resolver-base
## 8.0.1
### Patch Changes
- Updated dependencies [97c64bae4]
- @pnpm/types@7.1.0
## 8.0.0

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

19

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

@@ -11,9 +11,2 @@ "main": "lib/index.js",

],
"scripts": {
"start": "pnpm run tsc -- --watch",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base",

@@ -30,3 +23,3 @@ "keywords": [

"dependencies": {
"@pnpm/types": "7.0.0"
"@pnpm/types": "7.1.0"
},

@@ -36,3 +29,9 @@ "bugs": {

},
"funding": "https://opencollective.com/pnpm"
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc