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 2.0.0-beta.1 to 2.0.0-beta.2

.rpt2_cache/rpt2_fcfb64a3ad4a5251e76b3ebb66cbdd0c5d7d6880/code/cache/b5595a31e91bfa95016572954f3462fdb7a5a67a

2

dist/index.es.js

@@ -25,3 +25,3 @@ import * as React from 'react';

// @ts-ignore
return createElement(StateMachineProvider.Provider, Object.assign({ value: value }, props));
return createElement(StateMachineContext.Provider, null, props.children);
}

@@ -28,0 +28,0 @@ const actionTemplate = ({ options, callback, key, updateStore, globalState }) => (payload) => {

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

// @ts-ignore
return React.createElement(StateMachineProvider.Provider, Object.assign({ value: value }, props));
return React.createElement(StateMachineContext.Provider, null, props.children);
}

@@ -31,0 +31,0 @@ const actionTemplate = ({ options, callback, key, updateStore, globalState }) => (payload) => {

{
"name": "little-state-machine",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.es.js",

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