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

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.5 to 0.1.6

bin/darwin-x64-node-6/deasync.node

4

build.js

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

x64: true,
arm: true
arm: true,
ppc64: true,
ppc: true
}.hasOwnProperty(arch)) {

@@ -34,0 +36,0 @@ console.error('Unsupported (?) architecture: `' + arch + '`');

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

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

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