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

@pnpm/server

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/server - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

6

CHANGELOG.md
# @pnpm/server
## 8.0.1
### Patch Changes
- 1dcfecb36: Downgrade uuid to v3 due to an issue with how pnpm is bundled and published. Due to the flat node_modules structure, when published, all the deps should use the same uuid version. request@2 uses uuid@3
## 8.0.0

@@ -4,0 +10,0 @@

10

package.json
{
"name": "@pnpm/server",
"version": "8.0.0",
"version": "8.0.1",
"description": "A pnpm installer server",

@@ -38,6 +38,6 @@ "main": "lib/index.js",

"@pnpm/npm-resolver": "8.0.0",
"@pnpm/package-requester": "12.0.0",
"@pnpm/package-store": "9.0.0",
"@pnpm/package-requester": "12.0.1",
"@pnpm/package-store": "9.0.1",
"@pnpm/server": "link:",
"@pnpm/tarball-fetcher": "6.0.0",
"@pnpm/tarball-fetcher": "7.0.0",
"@types/mz": "^2.7.1",

@@ -59,5 +59,5 @@ "@types/node-fetch": "^2.5.7",

"promise-share": "1.0.0",
"uuid": "^8.1.0"
"uuid": "^3.4.0"
},
"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