@pnpm/pick-fetcher
Advanced tools
Comparing version 1.0.0 to 2.0.0
import type { Resolution } from '@pnpm/resolver-base'; | ||
import type { Fetchers } from '@pnpm/fetcher-base'; | ||
export declare function pickFetcher(fetcherByHostingType: Partial<Fetchers>, resolution: Resolution): any; | ||
export declare function pickFetcher(fetcherByHostingType: Partial<Fetchers>, resolution: Resolution): import("@pnpm/fetcher-base").GitFetcher | import("@pnpm/fetcher-base").DirectoryFetcher | import("@pnpm/fetcher-base").FetchFunction<Resolution, import("@pnpm/fetcher-base").FetchOptions, import("@pnpm/fetcher-base").FetchResult>; |
{ | ||
"name": "@pnpm/pick-fetcher", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Pick a package fetcher by type", | ||
@@ -11,6 +11,6 @@ "main": "lib/index.js", | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/pick-fetcher", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/fetching/pick-fetcher", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=14.6" | ||
"node": ">=16.14" | ||
}, | ||
@@ -20,11 +20,11 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/pick-fetcher#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/fetching/pick-fetcher#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"keywords": [ | ||
"pnpm7" | ||
"pnpm8" | ||
], | ||
"devDependencies": { | ||
"@pnpm/fetcher-base": "13.1.0", | ||
"@pnpm/pick-fetcher": "1.0.0", | ||
"@pnpm/resolver-base": "9.1.0" | ||
"@pnpm/fetcher-base": "14.0.0", | ||
"@pnpm/resolver-base": "10.0.0", | ||
"@pnpm/pick-fetcher": "2.0.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "exports": { | ||
"scripts": { | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"_test": "jest", | ||
@@ -38,0 +38,0 @@ "test": "pnpm run compile && pnpm run _test", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4681
32
0