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

callbag-state

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callbag-state - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/es5/index.d.ts
export { makeState } from './state';
export { trace, change, postTrace } from './trace';
export { Change, ChangeTrace, ChangeTraceLeaf, ChangeTraceNode, isLeaf, Downstream, Upstream, State, isState } from './types';
export { Change, ChangeTrace, ChangeTraceLeaf, ChangeTraceNode, isLeaf, Downstream, Upstream, State, isState, SubState, } from './types';
export declare function state<T>(t: T): import("./types").State<T>;
export default state;
export { makeState } from './state';
export { trace, change, postTrace } from './trace';
export { Change, ChangeTrace, ChangeTraceLeaf, ChangeTraceNode, isLeaf, Downstream, Upstream, State, isState } from './types';
export { Change, ChangeTrace, ChangeTraceLeaf, ChangeTraceNode, isLeaf, Downstream, Upstream, State, isState, SubState, } from './types';
export declare function state<T>(t: T): import("./types").State<T>;
export default state;
export { makeState } from './state';
export { trace, change, postTrace } from './trace';
export { isLeaf, isState } from './types';
export { isLeaf, isState, } from './types';
import { makeState } from './state';

@@ -5,0 +5,0 @@ import { bouncer } from './util/bouncer';

{
"name": "callbag-state",
"version": "0.1.2",
"version": "0.1.3",
"description": "Callbag-based State Management",

@@ -5,0 +5,0 @@ "main": "dist/es5/index.js",

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