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

storeon

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storeon - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

3

CHANGELOG.md
# 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.

9

devtools/index.js

@@ -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"
}
}
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