Socket
Socket
Sign inDemoInstall

residue

Package Overview
Dependencies
3
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

2

package.json
{
"name": "residue",
"version": "3.0.1",
"version": "3.0.2",
"description": "Library to interact with residue server seamlessly.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -269,3 +269,3 @@ //

Utils.debugLog('Sending request via callback');
this.sendRequest(request, socket, false, compress);
this._sendRequest(request, socket, false, compress);
});

@@ -290,3 +290,3 @@ return;

if (self.params.sendRequestBacklogCallbacks.length > 0) {
const cb = this.params.sendRequestBacklogCallbacks.splice(0, 1)[0];
const cb = self.params.sendRequestBacklogCallbacks.splice(0, 1)[0];
cb();

@@ -293,0 +293,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc