Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

dva

Package Overview
Dependencies
52
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0-beta.18 to 2.6.0-beta.19

9

index.d.ts

@@ -6,3 +6,2 @@ import {

ReducersMapObject,
Dispatch,
MiddlewareAPI,

@@ -15,2 +14,6 @@ StoreEnhancer,

export interface Dispatch<A extends Action = AnyAction> {
<T extends A>(action: T): Promise<any> | T;
}
export interface onActionFunc {

@@ -60,6 +63,2 @@ (api: MiddlewareAPI<any>): void,

export interface Dispatch<A extends Action = AnyAction> {
<T extends A>(action: T): Promise<any> | T;
}
export interface SubscriptionAPI {

@@ -66,0 +65,0 @@ history: History,

{
"name": "dva",
"version": "2.6.0-beta.18",
"version": "2.6.0-beta.19",
"description": "React and redux based, lightweight and elm-style framework.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc