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

@react-rxjs/utils

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-rxjs/utils - npm Package Compare versions

Comparing version

to
0.3.0-alpha.2

3

dist/createListener.d.ts
import { Observable } from "rxjs";
export declare function createListener<A extends unknown[], T>(mapper: (...args: A) => T): [Observable<T>, (...args: A) => void];
export declare function createListener<T = void>(): [Observable<T>, (payload: T) => void];
export declare function createListener(): [Observable<void>, () => void];
export declare function createListener<T>(): [Observable<T>, (payload: T) => void];
{
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"repository": {

@@ -4,0 +4,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet