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

2

dist/index.es.js

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

window['STATE_MACHINE_GET_STORE'] = () => {
storageType.getItem(getName());
return storageType.getItem(getName());
};

@@ -42,0 +42,0 @@ window['STATE_MACHINE_SAVE_TO'] = (name) => {

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

window['STATE_MACHINE_GET_STORE'] = () => {
storageType.getItem(getName());
return storageType.getItem(getName());
};

@@ -45,0 +45,0 @@ window['STATE_MACHINE_SAVE_TO'] = (name) => {

{
"name": "little-state-machine",
"version": "2.5.0-beta.1",
"version": "2.5.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