Socket
Socket
Sign inDemoInstall

rxjs-ws-channels-filters

Package Overview
Dependencies
2
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.0.10

8

dist/index.js

@@ -360,5 +360,7 @@ 'use strict';

return i;
}).flatMap(function (i) {
return Rx.Observable.timer(Math.min(i * 8, 60) * 1000);
});
})
.flatMap(function (i) {
vm.retries = i;
return Rx.Observable.timer(Math.min(i * 8, 60) * 1000);
});
}).share();

@@ -365,0 +367,0 @@ }

{
"name": "rxjs-ws-channels-filters",
"version": "0.0.9",
"version": "0.0.10",
"description": "RxJS websockets implementation with channels and filters",

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

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