Socket
Socket
Sign inDemoInstall

@pnpm/resolver-base

Package Overview
Dependencies
1
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.6 to 9.1.0

7

lib/index.d.ts

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

}
export declare type Resolution = TarballResolution | DirectoryResolution | ({
export interface GitResolution {
commit: string;
repo: string;
type: 'git';
}
export declare type Resolution = TarballResolution | DirectoryResolution | GitResolution | ({
type: string;

@@ -21,0 +26,0 @@ } & object);

4

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

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

"devDependencies": {
"@pnpm/resolver-base": "9.0.6"
"@pnpm/resolver-base": "9.1.0"
},

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc