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

rxprotoplex

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rxprotoplex - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

lib/consumePlexStream.js

@@ -24,3 +24,3 @@ import {from, map, mergeMap} from "rxjs";

map(
data => ({data, stream, id: stream.id, protocol: stream.protocol})
data => ({data, stream, plex: stream.plex, id: stream.id, protocol: stream.protocol})
),

@@ -27,0 +27,0 @@ catchError(e => {

{
"name": "rxprotoplex",
"version": "1.2.2",
"version": "1.2.3",
"description": "A utility library for working with Plex-based connections and streams with RxJS operators.",

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