Socket
Socket
Sign inDemoInstall

@pnpm/directory-fetcher

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/directory-fetcher - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

7

lib/index.d.ts

@@ -11,9 +11,10 @@ import type { DirectoryFetcher, DirectoryFetcherOptions } from '@pnpm/fetcher-base';

type FetchFromDirOpts = Omit<DirectoryFetcherOptions, 'lockfileDir'>;
export declare function fetchFromDir(dir: string, opts: FetchFromDirOpts & CreateDirectoryFetcherOptions): Promise<{
interface FetchResult {
local: true;
filesIndex: Record<string, string>;
packageImportMethod: "hardlink";
packageImportMethod: 'hardlink';
manifest: DependencyManifest;
requiresBuild: boolean;
}>;
}
export declare function fetchFromDir(dir: string, opts: FetchFromDirOpts & CreateDirectoryFetcherOptions): Promise<FetchResult>;
export {};
{
"name": "@pnpm/directory-fetcher",
"version": "8.0.0",
"version": "8.0.1",
"description": "A fetcher for local directory packages",

@@ -31,12 +31,12 @@ "funding": "https://opencollective.com/pnpm",

"@pnpm/exec.pkg-requires-build": "1.0.0",
"@pnpm/fs.packlist": "2.0.0",
"@pnpm/fetcher-base": "16.0.0",
"@pnpm/fs.packlist": "2.0.0",
"@pnpm/read-project-manifest": "6.0.0",
"@pnpm/resolver-base": "12.0.0",
"@pnpm/types": "10.0.0"
"@pnpm/types": "10.0.0",
"@pnpm/read-project-manifest": "6.0.1"
},
"devDependencies": {
"@zkochan/rimraf": "^2.1.3",
"@pnpm/directory-fetcher": "8.0.0",
"@pnpm/test-fixtures": "0.1.20"
"@pnpm/directory-fetcher": "8.0.1",
"@pnpm/test-fixtures": "0.1.21"
},

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