🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@dura/types

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dura/types - npm Package Compare versions

Comparing version
4.0.0-alpha.12
to
4.0.0-alpha.13
+7
-1
lib/index.d.ts

@@ -60,3 +60,9 @@ import type { StoreEnhancer, Middleware, Store as ReduxStore } from 'redux';

effects?: E;
watchs?: any;
watchs?: {
[name: string]: {
dep: (state: S) => any[];
handler: (state: S) => Promise<void>;
immediate?: boolean;
};
};
computed?: any;

@@ -63,0 +69,0 @@ }

+2
-2
{
"name": "@dura/types",
"version": "4.0.0-alpha.12",
"version": "4.0.0-alpha.13",
"description": "",

@@ -17,3 +17,3 @@ "main": "./lib/index.js",

},
"gitHead": "4fa93399faf2836bff41afed994922b0988208ea"
"gitHead": "50ac66b0505512af2780d2c910e6ddf6266773fe"
}

@@ -89,3 +89,9 @@ import type { StoreEnhancer, Middleware, Store as ReduxStore } from 'redux';

effects?: E;
watchs?: any;
watchs?: {
[name: string]: {
dep: (state: S) => any[];
handler: (state: S) => Promise<void>;
immediate?: boolean;
};
};
computed?: any;

@@ -92,0 +98,0 @@ }