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

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.10 to 2.7.0-beta.11

7

dist/index.es.js

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

position: 'absolute',
top: 30,
top: 50,
right: 0,

@@ -287,2 +287,5 @@ width: 450,

margin: 0,
borderRadius: '4px',
padding: '10px',
width: '100%',
}, onClick: () => setLoadPanel(false) }, "Go Back")));

@@ -403,3 +406,3 @@ }

} },
createElement(Animate, { play: !isClose, end: { opacity: 0 }, delay: 0.4, render: ({ style }) => (createElement("button", { style: Object.assign({ position: 'fixed', right: 0, top: 0, width: 200, margin: 0, padding: 10, background: '#0a1c2c', color: 'white', zIndex: 100000000, fontSize: 12 }, style), onClick: () => setClose(!isClose) }, "Little State Machine")) }),
createElement(Animate, { play: !isClose, end: { opacity: 0 }, delay: 0.4, render: ({ style }) => (createElement("button", { style: Object.assign({ position: 'fixed', right: 0, top: '-1px', width: 200, margin: 0, padding: 10, background: '#0a1c2c', color: 'white', zIndex: 100000000, fontSize: 12 }, style), onClick: () => setClose(!isClose) }, "Little State Machine")) }),
createElement(Animate, { play: isClose, end: { transform: 'translateX(800px)' }, easeType: "ease-out", duration: 0.5, render: ({ style }) => (createElement("div", { style: Object.assign({ zIndex: 100000000, position: 'fixed', right: 0, top: 0, width: 600, height: '100vh', background: '#0a1c2c', display: 'grid', gridTemplateColumns: '150px auto', boxShadow: '0 0 8px 2px #080808' }, style) },

@@ -406,0 +409,0 @@ createElement(DevToolActionPanel, { stateIndex: stateIndex, setStateIndex: setStateIndex }),

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

position: 'absolute',
top: 30,
top: 50,
right: 0,

@@ -292,2 +292,5 @@ width: 450,

margin: 0,
borderRadius: '4px',
padding: '10px',
width: '100%',
}, onClick: () => setLoadPanel(false) }, "Go Back")));

@@ -408,3 +411,3 @@ }

} },
React.createElement(reactSimpleAnimate.Animate, { play: !isClose, end: { opacity: 0 }, delay: 0.4, render: ({ style }) => (React.createElement("button", { style: Object.assign({ position: 'fixed', right: 0, top: 0, width: 200, margin: 0, padding: 10, background: '#0a1c2c', color: 'white', zIndex: 100000000, fontSize: 12 }, style), onClick: () => setClose(!isClose) }, "Little State Machine")) }),
React.createElement(reactSimpleAnimate.Animate, { play: !isClose, end: { opacity: 0 }, delay: 0.4, render: ({ style }) => (React.createElement("button", { style: Object.assign({ position: 'fixed', right: 0, top: '-1px', width: 200, margin: 0, padding: 10, background: '#0a1c2c', color: 'white', zIndex: 100000000, fontSize: 12 }, style), onClick: () => setClose(!isClose) }, "Little State Machine")) }),
React.createElement(reactSimpleAnimate.Animate, { play: isClose, end: { transform: 'translateX(800px)' }, easeType: "ease-out", duration: 0.5, render: ({ style }) => (React.createElement("div", { style: Object.assign({ zIndex: 100000000, position: 'fixed', right: 0, top: 0, width: 600, height: '100vh', background: '#0a1c2c', display: 'grid', gridTemplateColumns: '150px auto', boxShadow: '0 0 8px 2px #080808' }, style) },

@@ -411,0 +414,0 @@ React.createElement(DevToolActionPanel, { stateIndex: stateIndex, setStateIndex: setStateIndex }),

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