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.7.0-beta.6 to 2.7.0-beta.7

9

dist/index.es.js

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

const middleWare = (data) => {
if (data)
options = data;
options = data || { debugName: '' };
return options;

@@ -134,3 +133,3 @@ };

// @ts-ignore
if (options.shouldReRenderApp !== false) {
if (options && options.shouldReRenderApp !== false) {
updateStore(getStore());

@@ -203,2 +202,6 @@ }

color: 'white',
padding: '5px 10px',
width: '100%',
boxSizing: 'border-box',
fontSize: '14px',
}, onChange: (event) =>

@@ -205,0 +208,0 @@ // @ts-ignore

@@ -80,4 +80,3 @@ 'use strict';

const middleWare = (data) => {
if (data)
options = data;
options = data || { debugName: '' };
return options;

@@ -139,3 +138,3 @@ };

// @ts-ignore
if (options.shouldReRenderApp !== false) {
if (options && options.shouldReRenderApp !== false) {
updateStore(getStore());

@@ -208,2 +207,6 @@ }

color: 'white',
padding: '5px 10px',
width: '100%',
boxSizing: 'border-box',
fontSize: '14px',
}, onChange: (event) =>

@@ -210,0 +213,0 @@ // @ts-ignore

{
"name": "little-state-machine",
"version": "2.7.0-beta.6",
"version": "2.7.0-beta.7",
"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