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.4 to 3.0.5

2

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

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

@@ -285,3 +285,3 @@ //

socket.write(encryptedRequest, 'utf-8', () => {
self.params.locks[socket.address().port] = false;
self._params.locks[socket.address().port] = false;
Utils.vLog(8, 'Unlocking ' + socket.address().port);

@@ -288,0 +288,0 @@ setTimeout(() => {

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