Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/fetcher-base

Package Overview
Dependencies
Maintainers
3
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 4.0.0 to 5.0.0

2

lib/index.d.ts

@@ -5,3 +5,3 @@ import { Resolution } from '@pnpm/resolver-base';

cachedTarballLocation: string;
prefix: string;
lockfileDir: string;
onStart?: (totalSize: number | null, attempt: number) => void;

@@ -8,0 +8,0 @@ onProgress?: (downloaded: number) => void;

{
"name": "@pnpm/fetcher-base",
"version": "4.0.0",
"version": "5.0.0",
"description": "Types for pnpm-compatible fetchers",

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

"dependencies": {
"@pnpm/resolver-base": "4.0.0",
"@pnpm/resolver-base": "5.0.0",
"@types/ssri": "6.0.1"

@@ -35,0 +35,0 @@ },

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