Socket
Socket
Sign inDemoInstall

little-state-machine

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

little-state-machine - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

6

dist/StateMachineContext.d.ts
import * as React from 'react';
import { StateMachineContextValue } from './types';
export declare const StateMachineProvider: React.FC;
declare type PropsChildren = {
children?: React.ReactNode;
};
export declare const StateMachineProvider: React.FC<PropsChildren>;
export declare function useStateMachineContext(): StateMachineContextValue;
export {};

2

package.json

@@ -8,3 +8,3 @@ {

],
"version": "4.3.1",
"version": "4.3.2",
"main": "dist/little-state-machine.js",

@@ -11,0 +11,0 @@ "module": "dist/little-state-machine.es.js",

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

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