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

refract-callbag

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

refract-callbag - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

index.es.js

@@ -144,3 +144,3 @@ import startWith from 'callbag-start-with';

? events$
: events$.pipe(startWith(seedValue)),
: pipe(events$, startWith(seedValue)),
pushEventValue

@@ -147,0 +147,0 @@ ];

@@ -150,3 +150,3 @@ 'use strict';

? events$
: events$.pipe(startWith(seedValue)),
: pipe(events$, startWith(seedValue)),
pushEventValue

@@ -153,0 +153,0 @@ ];

{
"name": "refract-callbag",
"description": "Refract bindings for React with Callbag: harness the power of reactive programming to supercharge your components!",
"version": "2.2.1",
"version": "2.2.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "jsnext:main": "index.es.js",

@@ -23,3 +23,6 @@ import { Callbag, Source, Sink } from 'callbag'

pushEvent: PushEvent
useEvent: <T>(eventName: string) => [Source<T>, (val: T) => any]
useEvent: <T>(
eventName: string,
seedValue?: T
) => [Source<T>, (val: T) => any]
}

@@ -26,0 +29,0 @@ export declare type Aperture<P, E, C = any> = (

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