New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/pick-fetcher

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/pick-fetcher - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

lib/index.d.ts
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

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