Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@statx/utils

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statx/utils - npm Package Compare versions

Comparing version
1.12.2
to
1.12.3
+1
build/delay.d.ts
export declare const delay: (t: number) => Promise<unknown>;
export const delay = (t) => new Promise((r) => setTimeout(r, t));
//# sourceMappingURL=delay.js.map
{"version":3,"file":"delay.js","sourceRoot":"","sources":["../src/delay.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA"}
export const delay = (t: number) => new Promise((r) => setTimeout(r, t))
+1
-0
export { throttle } from './throttle.js';
export { isEqualSet } from './is-equal.js';
export { delay } from './delay.js';
export { throttle } from './throttle.js';
export { isEqualSet } from './is-equal.js';
export { delay } from './delay.js';
//# sourceMappingURL=index.js.map
+1
-1

@@ -1,1 +0,1 @@

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;AACtC,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;AACtC,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AACxC,OAAO,EAAC,KAAK,EAAC,MAAM,YAAY,CAAA"}
{
"name": "@statx/utils",
"version": "1.12.2",
"version": "1.12.3",
"private": false,

@@ -61,3 +61,3 @@ "description": "Extry tiny smart statx manager",

},
"gitHead": "c17ddf7646a5e495986efb6d45e9badcf6eb2907"
"gitHead": "489fc8047df45ed77e00bdd1f612309b44553dd7"
}
export {throttle} from './throttle.js'
export {isEqualSet} from './is-equal.js'
export {delay} from './delay.js'