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

@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.0.0 to 7.0.1-alpha.0

CHANGELOG.md

1

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map

22

package.json
{
"name": "@pnpm/resolver-base",
"version": "7.0.0",
"version": "7.0.1-alpha.0",
"description": "Types for pnpm-compatible resolvers",

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

"files": [
"lib"
"lib",
"!*.map"
],

@@ -14,5 +15,5 @@ "scripts": {

"lint": "tslint -c ../../tslint.json --project .",
"tsc": "rimraf lib && tsc --pretty",
"test": "pnpm run tsc",
"prepublishOnly": "pnpm run tsc"
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},

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

"engines": {
"node": ">=10"
"node": ">=10.13"
},

@@ -32,7 +33,8 @@ "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",

"dependencies": {
"@pnpm/types": "5.0.0"
"@pnpm/types": "6.0.0-alpha.0"
},
"devDependencies": {
"rimraf": "3.0.0"
}
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"funding": "https://opencollective.com/pnpm"
}
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