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 3.0.5 to 3.0.6

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 3.0.6
* Add `package.types`.
## 3.0.5

@@ -5,0 +8,0 @@ * Fixed `@change` handling if handler already removed (by @majo44).

9

package.json
{
"name": "storeon",
"version": "3.0.5",
"version": "3.0.6",
"description": "Tiny (167 bytes) event-based Redux-like state manager for React and Preact",

@@ -16,2 +16,3 @@ "keywords": [

"sideEffects": false,
"types": "index.d.ts",
"peerDependencies": {

@@ -39,3 +40,4 @@ "preact": "^10.0.0",

"require": "./index.cjs",
"import": "./index.js"
"import": "./index.js",
"types": "index.d.ts"
},

@@ -57,4 +59,5 @@ "./package.json": "./package.json",

"import": "./react/index.js"
}
},
"index.d.ts": "index.d.ts"
}
}
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