Comparing version 0.9.4 to 0.9.5
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 0.9.5 | ||
* Fix DevTools in `<iframe>` with `same-origin` (by Hovhannes Babayan). | ||
## 0.9.4 | ||
@@ -5,0 +8,0 @@ * Fix logger on `0` in event data. |
@@ -19,6 +19,7 @@ /** | ||
function module (store) { | ||
var extension = | ||
window.__REDUX_DEVTOOLS_EXTENSION__ || | ||
window.top.__REDUX_DEVTOOLS_EXTENSION__ | ||
var extension | ||
try { | ||
extension = window.__REDUX_DEVTOOLS_EXTENSION__ || | ||
window.top.__REDUX_DEVTOOLS_EXTENSION__ | ||
} catch (e) {} | ||
if (!extension) { | ||
@@ -25,0 +26,0 @@ if (process.env.NODE_ENV !== 'production') { |
{ | ||
"name": "storeon", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Tiny (173 bytes) event-based Redux-like state manager for React and Preact", | ||
@@ -23,4 +23,4 @@ "keywords": [ | ||
"sharec": { | ||
"version": "0.4.0" | ||
"version": "0.4.1" | ||
} | ||
} |
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
30515
461