New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sleep

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

sleep - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

4

package.json
{
"name": "sleep",
"version": "6.0.0",
"version": "6.1.0",
"main": "index.js",

@@ -24,3 +24,3 @@ "description": "Add sleep() and usleep() to nodejs",

"dependencies": {
"nan": "^2.12.1"
"nan": "^2.13.2"
},

@@ -27,0 +27,0 @@ "devDependencies": {

@@ -12,2 +12,4 @@ [![Build Status](https://travis-ci.org/erikdubbelboer/node-sleep.png?branch=master)](https://travis-ci.org/erikdubbelboer/node-sleep)

Note that because this is a C++ module, it will need to be built on the system you are going to use it on.
These calls will block execution of all JavaScript by halting Node.js' event loop!

@@ -14,0 +16,0 @@ ==================================================================================

Sorry, the diff of this file is not supported yet

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