@storex/utils
Advanced tools
Comparing version 1.0.43 to 1.0.45
import { DelayStateOpt } from "./delay-state"; | ||
export declare function delay<T = Function>(opt: DelayStateOpt): (target: any, propertyKey?: string, descriptor?: PropertyDescriptor) => any; | ||
export declare function sleep(time?: number): Promise<{}>; | ||
export declare function sleep(time?: number): Promise<unknown>; |
@@ -7,1 +7,2 @@ export * from "./add-titles"; | ||
export * from "./get-nested-obj"; | ||
export * from "./validator"; |
@@ -12,1 +12,2 @@ "use strict"; | ||
__export(require("./get-nested-obj")); | ||
__export(require("./validator")); |
{ | ||
"name": "@storex/utils", | ||
"version": "1.0.43", | ||
"version": "1.0.45", | ||
"description": "Utils for schema and more ...", | ||
@@ -13,9 +13,9 @@ "main": "lib/index.js", | ||
"author": "Moshe Kabala", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"ajv": "^5.5.2" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^23.1.4", | ||
"jest": "^23.3.0", | ||
"ts-jest": "^23.0.0", | ||
"typescript": "^2.9.2" | ||
"ajv": "^5.5.2" | ||
}, | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"transform": { | ||
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
".(ts|tsx)": "ts-jest" | ||
}, | ||
@@ -46,0 +46,0 @@ "testPathIgnorePatterns": [ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16352
1
25
469
0
1