Socket
Socket
Sign inDemoInstall

@pnpm/resolver-base

Package Overview
Dependencies
1
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.1.0 to 12.0.0

2

lib/index.d.ts

@@ -9,2 +9,3 @@ import { type DependencyManifest } from '@pnpm/types';

integrity?: string;
path?: string;
}

@@ -21,2 +22,3 @@ /**

repo: string;
path?: string;
type: 'git';

@@ -23,0 +25,0 @@ }

10

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

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

"keywords": [
"pnpm8",
"pnpm9",
"pnpm",

@@ -19,3 +19,3 @@ "resolver"

"engines": {
"node": ">=16.14"
"node": ">=18.12"
},

@@ -25,3 +25,3 @@ "license": "MIT",

"dependencies": {
"@pnpm/types": "9.4.2"
"@pnpm/types": "10.0.0"
},

@@ -33,3 +33,3 @@ "bugs": {

"devDependencies": {
"@pnpm/resolver-base": "11.1.0"
"@pnpm/resolver-base": "12.0.0"
},

@@ -36,0 +36,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc