🚀 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.13
to
4.0.0-alpha.17
+1
-0
.lub.js

@@ -5,2 +5,3 @@ import { defineRollupConfigura } from '@dura/lub';

name: 'duraTypes',
external: ['@dura/lub'],
});
+10
-4

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

wait: number;
/** 是否立即执行 */
iife?: boolean;
/** 指定在延迟开始前调用 */
leading?: boolean;
/** 设置 func 允许被延迟的最大值。 */
maxWait?: number;
/** 指定在延迟结束后调用 */
trailing?: boolean;
}

@@ -16,4 +20,6 @@ export interface ThrottleSettings {

wait: number;
/** 是否立即执行 */
iife?: boolean;
/** 指定在延迟开始前调用 */
leading?: boolean;
/** 指定在延迟结束后调用 */
trailing?: boolean;
}

@@ -20,0 +26,0 @@ export interface LoadingSettings {

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

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

},
"gitHead": "50ac66b0505512af2780d2c910e6ddf6266773fe"
"gitHead": "fb33dd8009ce27a7bdf55d2cce08a8639756fd20"
}

@@ -11,4 +11,8 @@ import type { StoreEnhancer, Middleware, Store as ReduxStore } from 'redux';

wait: number;
/** 是否立即执行 */
iife?: boolean;
/** 指定在延迟开始前调用 */
leading?: boolean;
/** 设置 func 允许被延迟的最大值。 */
maxWait?: number;
/** 指定在延迟结束后调用 */
trailing?: boolean;
}

@@ -19,4 +23,6 @@

wait: number;
/** 是否立即执行 */
iife?: boolean;
/** 指定在延迟开始前调用 */
leading?: boolean;
/** 指定在延迟结束后调用 */
trailing?: boolean;
}

@@ -23,0 +29,0 @@