Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@pnpm/fetcher-base

Package Overview
Dependencies
Maintainers
2
Versions
102
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
1001.0.6
to
1001.1.0
+4
-1
lib/index.d.ts
import { type Resolution, type GitResolution, type DirectoryResolution, type BinaryResolution } from '@pnpm/resolver-base';
import { type Cafs } from '@pnpm/cafs-types';
import { type DependencyManifest } from '@pnpm/types';
import { type AllowBuild, type DependencyManifest } from '@pnpm/types';
export interface PkgNameVersion {

@@ -9,2 +9,3 @@ name?: string;

export interface FetchOptions {
allowBuild?: AllowBuild;
filesIndexFile: string;

@@ -23,4 +24,6 @@ lockfileDir: string;

requiresBuild: boolean;
integrity?: string;
}
export interface GitFetcherOptions {
allowBuild?: AllowBuild;
readManifest?: boolean;

@@ -27,0 +30,0 @@ filesIndexFile: string;

+5
-5
{
"name": "@pnpm/fetcher-base",
"version": "1001.0.6",
"version": "1001.1.0",
"description": "Types for pnpm-compatible fetchers",

@@ -29,8 +29,8 @@ "keywords": [

"@types/ssri": "^7.1.5",
"@pnpm/resolver-base": "1005.3.2",
"@pnpm/types": "1001.1.0"
"@pnpm/resolver-base": "1005.3.3",
"@pnpm/types": "1001.2.0"
},
"devDependencies": {
"@pnpm/cafs-types": "1000.0.0",
"@pnpm/fetcher-base": "1001.0.6"
"@pnpm/fetcher-base": "1001.1.0",
"@pnpm/cafs-types": "1000.0.0"
},

@@ -37,0 +37,0 @@ "engines": {