Socket
Socket
Sign inDemoInstall

@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.1 to 8.0.2

8

CHANGELOG.md
# @pnpm/server
## 8.0.2
### Patch Changes
- d3ddd023c: Update p-limit to v3.
- Updated dependencies [2ebb7af33]
- @pnpm/fetch@2.0.0
## 8.0.1

@@ -4,0 +12,0 @@

4

lib/connectStoreController.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const fetch_1 = require("@pnpm/fetch");
const p_limit_1 = require("p-limit");
const pLimit = require("p-limit");
const pShare = require("promise-share");

@@ -9,3 +9,3 @@ const uuid = require("uuid");

const remotePrefix = initOpts.remotePrefix;
const limitedFetch = limitFetch.bind(null, p_limit_1.default(initOpts.concurrency || 100));
const limitedFetch = limitFetch.bind(null, pLimit(initOpts.concurrency || 100));
return new Promise((resolve, reject) => {

@@ -12,0 +12,0 @@ resolve({

{
"name": "@pnpm/server",
"version": "8.0.1",
"version": "8.0.2",
"description": "A pnpm installer server",

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

"@pnpm/logger": "3.2.2",
"@pnpm/npm-resolver": "8.0.0",
"@pnpm/package-requester": "12.0.1",
"@pnpm/package-store": "9.0.1",
"@pnpm/npm-resolver": "8.1.0",
"@pnpm/package-requester": "12.0.3",
"@pnpm/package-store": "9.0.4",
"@pnpm/server": "link:",
"@pnpm/tarball-fetcher": "7.0.0",
"@pnpm/tarball-fetcher": "7.1.0",
"@types/mz": "^2.7.1",

@@ -54,6 +54,6 @@ "@types/node-fetch": "^2.5.7",

"dependencies": {
"@pnpm/fetch": "1.0.3",
"@pnpm/fetch": "2.0.0",
"@pnpm/store-controller-types": "8.0.0",
"@pnpm/types": "6.0.0",
"p-limit": "2.3.0",
"p-limit": "^3.0.1",
"promise-share": "1.0.0",

@@ -60,0 +60,0 @@ "uuid": "^3.4.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