Socket
Socket
Sign inDemoInstall

deasync

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deasync - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

build.js

@@ -67,3 +67,3 @@ #!/usr/bin/env node

process.platform === 'win32' ? 'node-gyp.cmd' : 'node-gyp', ['rebuild'].concat(args), {
stdio: 'pipe'
stdio: 'inherit'
})

@@ -70,0 +70,0 @@ .on('exit', function(err) {

{
"name": "deasync",
"version": "0.1.0",
"version": "0.1.1",
"description": "Turns async function into sync via JavaScript wrapper of Node event loop",

@@ -15,4 +15,4 @@ "main": "index.js",

"dependencies": {
"bindings": "~1.1.1",
"nan": "^1.6.1"
"bindings": "~1.2.1",
"nan": "^2.0.7"
},

@@ -19,0 +19,0 @@ "repository": {

@@ -65,4 +65,7 @@ deasync

## Installation
Prerequisites: Except on a few [platform and Node version combinations](https://github.com/abbr/deasync-bin) where binary distribution is included, deasync uses node-gyp to compile C++ source code so you may need the compilers listed in [node-gyp](https://github.com/TooTallNate/node-gyp). You may also need to [update npm's bundled node gyp](https://github.com/TooTallNate/node-gyp/wiki/Updating-npm's-bundled-node-gyp).
Prerequisites
1. Node v0.11 or higher
2. Except on a few [platform and Node version combinations](https://github.com/abbr/deasync-bin) where binary distribution is included, deasync uses node-gyp to compile C++ source code so you may need the compilers listed in [node-gyp](https://github.com/TooTallNate/node-gyp). You may also need to [update npm's bundled node gyp](https://github.com/TooTallNate/node-gyp/wiki/Updating-npm's-bundled-node-gyp).
To install, run

@@ -69,0 +72,0 @@ ```npm install deasync```

Sorry, the diff of this file is not supported yet

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