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.4 to 2.0.0-beta.5

.rpt2_cache/rpt2_fcfb64a3ad4a5251e76b3ebb66cbdd0c5d7d6880/code/cache/8e516d3a0d84cf720da5f171f7485e6642900449

2

dist/index.es.js

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

function StateMachineProvider(props) {
const [globalState, updateStore] = useState(props.stateMachineStore);
const [globalState, updateStore] = useState(store);
const value = useMemo(() => {

@@ -20,0 +20,0 @@ return {

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

function StateMachineProvider(props) {
const [globalState, updateStore] = React.useState(props.stateMachineStore);
const [globalState, updateStore] = React.useState(exports.store);
const value = React.useMemo(() => {

@@ -23,0 +23,0 @@ return {

{
"name": "little-state-machine",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"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