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

@cbsm-finance/reactive-nodes

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cbsm-finance/reactive-nodes - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

4

dist/reactive-graph.js

@@ -1,2 +0,2 @@

import { of } from 'rxjs';
import { EMPTY } from 'rxjs';
export const defaultNodeBuilder = (node, inputs) => node.connect(inputs);

@@ -117,3 +117,3 @@ export function getOutgoingConn(conns, inPort) {

if (!conn)
return of(void 0);
return EMPTY;
const [node, [outPort]] = conn;

@@ -120,0 +120,0 @@ return this.construct([node, outPort]);

{
"name": "@cbsm-finance/reactive-nodes",
"version": "1.0.12",
"version": "1.0.13",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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