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

rxws

Package Overview
Dependencies
Maintainers
7
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rxws - npm Package Compare versions

Comparing version 5.4.1 to 5.4.2

7

lib/request.js

@@ -312,4 +312,7 @@ 'use strict';

reply(replyObj);
reset();
try {
reply(replyObj);
} finally {
reset();
}
});

@@ -316,0 +319,0 @@ }

{
"name": "rxws",
"version": "5.4.1",
"version": "5.4.2",
"description": "A RESTful reactive JavaScript implmentation on top of web sockets",

@@ -5,0 +5,0 @@ "main": "lib/rxws.js",

@@ -303,4 +303,7 @@ import { Observable } from 'rx';

reply(replyObj);
reset();
try {
reply(replyObj);
} finally {
reset();
}
});

@@ -307,0 +310,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