Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xylabs/timer

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/timer - npm Package Compare versions

Comparing version 3.6.12 to 4.0.0

xy.config.ts

6

dist/neutral/index.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc