Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rsocket-adapter-rxjs

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsocket-adapter-rxjs - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

9

dist/Requesters.js

@@ -84,6 +84,13 @@ /*

if (scheduler === void 0) { scheduler = rxjs_1.asyncScheduler; }
var once = false;
var _a = __read((0, rxjs_1.partition)(datas.pipe((0, rxjs_1.share)({
connector: function () { return new rxjs_1.Subject(); },
resetOnRefCountZero: true,
})), function (_value, index) { return index === 0; }), 2), firstValueObservable = _a[0], restValuesObservable = _a[1];
})), function (_value) {
var previous = once;
if (!previous) {
once = true;
}
return !previous;
}), 2), firstValueObservable = _a[0], restValuesObservable = _a[1];
return function (rsocket, metadata) {

@@ -90,0 +97,0 @@ var encodedMetadata = metadata ? (0, rsocket_composite_metadata_1.encodeCompositeMetadata)(metadata) : null;

4

package.json
{
"name": "rsocket-adapter-rxjs",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "Apache-2.0",

@@ -30,3 +30,3 @@ "main": "dist/index",

},
"gitHead": "7dc895fd0eb6c6c3f7ab9a945525f64a8df80bd1"
"gitHead": "f734934b3f0ecd599cc4510e5cf37606eb102096"
}

Sorry, the diff of this file is not supported yet

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