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 12.0.0 to 12.0.1

5

lib/index.d.ts

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

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

@@ -28,3 +29,3 @@ * tarball hosted remotely

export interface ResolveResult {
id: string;
id: PkgResolutionId;
latest?: string;

@@ -31,0 +32,0 @@ publishedAt?: string;

6

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

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

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

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

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

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

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