Socket
Socket
Sign inDemoInstall

deasync

Package Overview
Dependencies
12
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

bin/linux-x64-node-0.12/deasync.node

7

index.js

@@ -31,3 +31,3 @@ var fs = require('fs'),

while (!done) {
binding.run();
module.exports.runLoopOnce();
}

@@ -53,2 +53,5 @@ if (err)

module.exports.runLoopOnce = binding.run;
module.exports.runLoopOnce = function(){
process._tickDomainCallback();
binding.run();
};
{
"name": "deasync",
"version": "0.0.8",
"version": "0.0.9",
"description": "Turns async function into sync via JavaScript wrapper of Node event loop",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc