little-state-machine
Advanced tools
Comparing version 2.5.0-beta.1 to 2.5.0-beta.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20144
0