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.0.2 to 1.0.3

1

lib/ofChannel.js

@@ -19,3 +19,2 @@ import {filter, pipe, tap} from "rxjs";

export const ofChannel = ({id, protocol}) => pipe(
tap((data) => console.log(`ofChannel ${id} [${protocol || "protoplex/zacharygriffee"}]:`, data)),
filter(subject => {

@@ -22,0 +21,0 @@ if (protocol && subject.protocol !== protocol) return false;

2

package.json
{
"name": "rxprotoplex",
"version": "1.0.2",
"version": "1.0.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