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 6.0.0 to 7.0.0

2

lib/index.d.ts

@@ -46,3 +46,3 @@ import { DependencyManifest } from '@pnpm/types';

defaultTag?: string;
importerDir: string;
projectDir: string;
lockfileDir: string;

@@ -49,0 +49,0 @@ preferredVersions: PreferredVersions;

{
"name": "@pnpm/resolver-base",
"version": "6.0.0",
"version": "7.0.0",
"description": "Types for pnpm-compatible resolvers",

@@ -12,5 +12,5 @@ "main": "lib/index.js",

"start": "pnpm run tsc -- --watch",
"lint": "tslint -c tslint.json --project .",
"lint": "tslint -c ../../tslint.json --project .",
"tsc": "rimraf lib && tsc --pretty",
"test": "pnpm run tsc && pnpm run lint",
"test": "pnpm run tsc",
"prepublishOnly": "pnpm run tsc"

@@ -30,3 +30,3 @@ },

"dependencies": {
"@pnpm/types": "4.0.0"
"@pnpm/types": "5.0.0"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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