New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@paybase/pool

Package Overview
Dependencies
Maintainers
12
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paybase/pool - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

index.js

@@ -31,3 +31,7 @@ const { channel, put, take, drain } = require('@paybase/csp');

p = null;
put(processPool, createProcess());
if (createProcess) {
put(processPool, createProcess());
} else {
createAsyncProcess().then(p => put(processPool, p));
}
}

@@ -34,0 +38,0 @@ });

2

package.json
{
"name": "@paybase/pool",
"version": "1.1.0",
"version": "1.1.1",
"description": "a pooling mechanism built on top of csp",

@@ -5,0 +5,0 @@ "main": "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