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.1.0 to 3.1.1

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 3.1.1
* Fixed store in third argument types.
## 3.1

@@ -5,0 +8,0 @@ * Added third argument to event handler with store (by @octav47).

2

index.d.ts

@@ -72,3 +72,3 @@ type DataTypes<Map, Key extends keyof Map> = Map extends never

data: (Events & StoreonEvents<State, Events>)[Event],
store: StoreonStore
store: StoreonStore<State, Events>
) => Partial<State> | Promise<void> | null | void

@@ -75,0 +75,0 @@

{
"name": "storeon",
"version": "3.1.0",
"version": "3.1.1",
"description": "Tiny (185 bytes) event-based Redux-like state manager for React and Preact",

@@ -5,0 +5,0 @@ "keywords": [

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