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

@xylabs/delay

Package Overview
Dependencies
Maintainers
0
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/delay - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

dist/neutral/delay.d.ts

5

dist/neutral/index.d.ts

@@ -1,3 +0,2 @@

declare const delay: (ms: number) => Promise<unknown>;
export { delay };
export { delay } from './delay.ts';
//# sourceMappingURL=index.d.ts.map

10

package.json
{
"name": "@xylabs/delay",
"version": "4.0.3",
"version": "4.0.4",
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",

@@ -39,8 +39,8 @@ "keywords": [

"dependencies": {
"@xylabs/timer": "^4.0.3"
"@xylabs/timer": "^4.0.4"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/tsconfig-dom": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xylabs/tsconfig-dom": "^4.0.7",
"typescript": "^5.5.4"

@@ -47,0 +47,0 @@ },

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