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

delay2

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delay2 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "delay2",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

https://twitter.com/rakesh314/status/931504992330047489
Install:
```
npm install delay2
```
Usage:
```javascript
await delay(1000); // wait a sec
... // continue
```
With promises:
```
delay(1000).then(whatever);
```
Node 8+ only.
Node 7.x+ only - async/await support needed.
License: wut?
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