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.0 to 15.0.1

5

lib/index.d.ts
import { type Resolution, type GitResolution, type DirectoryResolution } from '@pnpm/resolver-base';
import { type DeferredManifestPromise, type Cafs } from '@pnpm/cafs-types';
import { type Cafs } from '@pnpm/cafs-types';
import { type DependencyManifest } from '@pnpm/types';

@@ -33,3 +33,3 @@ export interface PkgNameVersion {

lockfileDir: string;
manifest?: DeferredManifestPromise;
readManifest?: boolean;
}

@@ -40,2 +40,3 @@ export interface DirectoryFetcherResult {

packageImportMethod: 'hardlink';
manifest?: DependencyManifest;
}

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

6

package.json
{
"name": "@pnpm/fetcher-base",
"version": "15.0.0",
"version": "15.0.1",
"description": "Types for pnpm-compatible fetchers",

@@ -32,4 +32,4 @@ "main": "lib/index.js",

"devDependencies": {
"@pnpm/cafs-types": "3.0.0",
"@pnpm/fetcher-base": "15.0.0"
"@pnpm/cafs-types": "3.0.1",
"@pnpm/fetcher-base": "15.0.1"
},

@@ -36,0 +36,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