Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.1 to 3.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): 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>;
export declare function pickFetcher(fetcherByHostingType: Partial<Fetchers>, resolution: Resolution): import("@pnpm/fetcher-base").DirectoryFetcher | import("@pnpm/fetcher-base").GitFetcher | import("@pnpm/fetcher-base").FetchFunction<Resolution, import("@pnpm/fetcher-base").FetchOptions, import("@pnpm/fetcher-base").FetchResult>;
export declare function isGitHostedPkgUrl(url: string): boolean;
{
"name": "@pnpm/pick-fetcher",
"version": "2.0.1",
"version": "3.0.0",
"description": "Pick a package fetcher by type",

@@ -14,3 +14,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=16.14"
"node": ">=18.12"
},

@@ -23,8 +23,8 @@ "bugs": {

"keywords": [
"pnpm8"
"pnpm9"
],
"devDependencies": {
"@pnpm/fetcher-base": "15.0.1",
"@pnpm/pick-fetcher": "2.0.1",
"@pnpm/resolver-base": "10.0.2"
"@pnpm/fetcher-base": "16.0.0",
"@pnpm/pick-fetcher": "3.0.0",
"@pnpm/resolver-base": "12.0.0"
},

@@ -31,0 +31,0 @@ "exports": {

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