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

gearman-node-bda

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gearman-node-bda - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

3

lib/gearmanode/job-server.js

@@ -339,4 +339,5 @@ // Copyright 2013 The GearmaNode Library Authors. All Rights Reserved.

var self = this;
var nextChunk = new Buffer(chunk.slice(responseLength));
process.nextTick(function() {
self._processData(new Buffer(chunk.slice(responseLength)));
self._processData(nextChunk);
});

@@ -343,0 +344,0 @@ chunk = chunk.slice(0, responseLength);

{
"name": "gearman-node-bda",
"version": "0.9.4",
"version": "0.9.5",
"description": "Node.js library for the Gearman distributed job system with support for multiple servers",

@@ -5,0 +5,0 @@ "keywords": [

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