Socket
Socket
Sign inDemoInstall

@pnpm/fetcher-base

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/fetcher-base - npm Package Compare versions

Comparing version 15.0.7 to 16.0.0

8

lib/index.d.ts

@@ -21,2 +21,3 @@ import { type Resolution, type GitResolution, type DirectoryResolution } from '@pnpm/resolver-base';

filesIndex: Record<string, string>;
requiresBuild: boolean;
}

@@ -28,6 +29,8 @@ export interface GitFetcherOptions {

}
export type GitFetcher = FetchFunction<GitResolution, GitFetcherOptions, {
export interface GitFetcherResult {
filesIndex: Record<string, string>;
manifest?: DependencyManifest;
}>;
requiresBuild: boolean;
}
export type GitFetcher = FetchFunction<GitResolution, GitFetcherOptions, GitFetcherResult>;
export interface DirectoryFetcherOptions {

@@ -42,2 +45,3 @@ lockfileDir: string;

manifest?: DependencyManifest;
requiresBuild: boolean;
}

@@ -44,0 +48,0 @@ export type DirectoryFetcher = FetchFunction<DirectoryResolution, DirectoryFetcherOptions, DirectoryFetcherResult>;

{
"name": "@pnpm/fetcher-base",
"version": "15.0.7",
"version": "16.0.0",
"description": "Types for pnpm-compatible fetchers",

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

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

@@ -19,3 +19,3 @@ "fetcher"

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

@@ -28,10 +28,10 @@ "license": "MIT",

"dependencies": {
"@types/ssri": "^7.1.4",
"@pnpm/resolver-base": "11.1.0",
"@pnpm/types": "9.4.2"
"@types/ssri": "^7.1.5",
"@pnpm/resolver-base": "12.0.0",
"@pnpm/types": "10.0.0"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/fetcher-base": "15.0.7",
"@pnpm/cafs-types": "4.0.0"
"@pnpm/fetcher-base": "16.0.0",
"@pnpm/cafs-types": "5.0.0"
},

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

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