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.3 to 2.7.4

3

dist/index.es.js

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

fontSize: 13,
lineHeight: 20,
margin: 0,

@@ -416,3 +417,3 @@ padding: '10px 10px 9px',

} },
createElement(Animate, { play: !isClose, end: { transform: 'translateY(-50px)' }, delay: 0.5, 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, lineHeight: '25px', border: 0, borderRadius: 0 }, style), onClick: () => closePanel() }, "\u2646 LITTLE STATE MACHINE")) }),
createElement(Animate, { play: !isClose, end: { transform: 'translateY(-50px)' }, delay: 0.5, 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: 13, lineHeight: '20px', border: 0, borderRadius: 0 }, style), onClick: () => closePanel() }, "\u2646 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) },

@@ -419,0 +420,0 @@ createElement(DevToolActionPanel, { stateIndex: stateIndex, setStateIndex: setStateIndex }),

@@ -203,2 +203,3 @@ 'use strict';

fontSize: 13,
lineHeight: 20,
margin: 0,

@@ -421,3 +422,3 @@ padding: '10px 10px 9px',

} },
React.createElement(reactSimpleAnimate.Animate, { play: !isClose, end: { transform: 'translateY(-50px)' }, delay: 0.5, 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, lineHeight: '25px', border: 0, borderRadius: 0 }, style), onClick: () => closePanel() }, "\u2646 LITTLE STATE MACHINE")) }),
React.createElement(reactSimpleAnimate.Animate, { play: !isClose, end: { transform: 'translateY(-50px)' }, delay: 0.5, 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: 13, lineHeight: '20px', border: 0, borderRadius: 0 }, style), onClick: () => closePanel() }, "\u2646 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) },

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

{
"name": "little-state-machine",
"version": "2.7.3",
"version": "2.7.4",
"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