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

rxws

Package Overview
Dependencies
Maintainers
1
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 3.3.1 to 3.3.2

2

lib/request.js

@@ -238,3 +238,3 @@ 'use strict';

function makeRequest(config) {
if (!backend) throw new Error('Must define a websocket backend');
if (!backend && !mockRequests) throw new Error('Must define a websocket backend');

@@ -241,0 +241,0 @@ return _rx.Observable.create(function (observer) {

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

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