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 7.0.0-alpha.0 to 7.0.0-alpha.1

7

CHANGELOG.md
# @pnpm/fetcher-base
## 7.0.0-alpha.1
### Minor Changes
- 4f62d0383: Executables are saved into a separate directory inside the content-addressable storage.
## 7.0.0-alpha.0
### Major Changes
- 91c4b5954: Using a content-addressable filesystem for storing packages.

1

lib/index.d.ts

@@ -20,2 +20,3 @@ /// <reference types="node" />

[filename: string]: {
mode: number;
size: number;

@@ -22,0 +23,0 @@ generatingIntegrity: Promise<Integrity>;

2

package.json
{
"name": "@pnpm/fetcher-base",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Types for pnpm-compatible fetchers",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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