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

@snap/state-management

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snap/state-management - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

1

dist/state-machine.d.ts

@@ -36,2 +36,3 @@ import { Observable, OperatorFunction } from 'rxjs';

*/
/** @internal */
export declare class StateMachine<Actions extends Action, States extends State> {

@@ -38,0 +39,0 @@ readonly actions: ActionCreatorMap<Actions[]>;

@@ -31,2 +31,3 @@ import { BehaviorSubject, map, mergeMap, NEVER, Observable, of, raceWith, startWith, Subject, take, tap, withLatestFrom } from 'rxjs';

*/
/** @internal */
export class StateMachine {

@@ -33,0 +34,0 @@ actions;

2

package.json
{
"name": "@snap/state-management",
"version": "0.1.2",
"version": "0.1.3",
"license": "SEE LICENSE IN LICENSE.md",

@@ -5,0 +5,0 @@ "description": "Redux-inspired state management using Observables",

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