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.1.0 to 3.1.1

2

lib/request.js

@@ -59,4 +59,2 @@ 'use strict';

console.log(transmitRequest);
middleware.observer.onNext({

@@ -63,0 +61,0 @@ req: request,

2

package.json
{
"name": "rxws",
"version": "3.1.0",
"version": "3.1.1",
"description": "A RESTful reactive JavaScript implmentation on top of web sockets",

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

@@ -43,4 +43,2 @@ import { Observable } from 'rx';

console.log(transmitRequest);
middleware.observer.onNext({

@@ -47,0 +45,0 @@ req: request,

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