@xylabs/timer
Advanced tools
Comparing version 3.6.12 to 4.0.0
@@ -1,2 +0,4 @@ | ||
export * from './setTimeoutEx.ts'; | ||
//# sourceMappingURL=index.d.ts.map | ||
declare const setTimeoutEx: (func: Function, delay: number) => string; | ||
declare const clearTimeoutEx: (id: string) => void; | ||
export { clearTimeoutEx, setTimeoutEx }; |
@@ -16,23 +16,16 @@ { | ||
".": { | ||
"require": { | ||
"types": "./dist/neutral/index.d.cts", | ||
"default": "./dist/neutral/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
} | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/neutral/index.cjs", | ||
"types": "./dist/neutral/index.d.ts", | ||
"module": "./dist/neutral/index.mjs", | ||
"dependencies": { | ||
"@xylabs/assert": "^3.6.12" | ||
"@xylabs/assert": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.1.0", | ||
"@xylabs/ts-scripts-yarn3": "^3.15.14", | ||
"@xylabs/tsconfig": "^3.15.14", | ||
"@types/node": "^22.2.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"typescript": "^5.5.4" | ||
@@ -60,4 +53,4 @@ }, | ||
"sideEffects": false, | ||
"version": "3.6.12", | ||
"version": "4.0.0", | ||
"type": "module" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17496
9
120
1
+ Added@xylabs/assert@4.3.4(transitive)
- Removed@xylabs/assert@3.6.12(transitive)
Updated@xylabs/assert@^4.0.0