Socket
Socket
Sign inDemoInstall

@pnpm/resolver-base

Package Overview
Dependencies
Maintainers
2
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 9.2.0 to 10.0.0

2

lib/index.d.ts

@@ -1,2 +0,2 @@

import { DependencyManifest } from '@pnpm/types';
import { type DependencyManifest } from '@pnpm/types';
/**

@@ -3,0 +3,0 @@ * tarball hosted remotely

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

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

"keywords": [
"pnpm7",
"pnpm8",
"pnpm",

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

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

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

"dependencies": {
"@pnpm/types": "8.10.0"
"@pnpm/types": "9.0.0"
},

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

"devDependencies": {
"@pnpm/resolver-base": "9.2.0"
"@pnpm/resolver-base": "10.0.0"
},

@@ -41,3 +41,3 @@ "exports": {

"start": "tsc --watch",
"lint": "eslint src/**/*.ts",
"lint": "eslint \"src/**/*.ts\"",
"test": "pnpm run compile",

@@ -44,0 +44,0 @@ "compile": "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