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.3 to 7.0.0

17

CHANGELOG.md
# @pnpm/fetcher-base
## 7.0.0
### Major Changes
- b6a82072e: Using a content-addressable filesystem for storing packages.
### Minor Changes
- f516d266c: Executables are saved into a separate directory inside the content-addressable storage.
- 42e6490d1: When a new package is being added to the store, its manifest is streamed in the memory. So instead of reading the manifest from the filesystem, we can parse the stream from the memory.
### Patch Changes
- Updated dependencies [da091c711]
- @pnpm/types@6.0.0
- @pnpm/resolver-base@7.0.1
## 7.0.0-alpha.3

@@ -4,0 +21,0 @@

8

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

@@ -33,7 +33,7 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/resolver-base": "7.0.1-alpha.0",
"@pnpm/types": "6.0.0-alpha.0",
"@types/ssri": "^6.0.2"
"@pnpm/resolver-base": "7.0.1",
"@pnpm/types": "6.0.0",
"@types/ssri": "^6.0.3"
},
"funding": "https://opencollective.com/pnpm"
}
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