Socket
Socket
Sign inDemoInstall

deasync

Package Overview
Dependencies
3
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.20 to 0.1.21

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

3

build.js

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

ppc: true,
s390x: true
s390x: true,
mips64el: true
}.hasOwnProperty(arch)) {

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

{
"name": "deasync",
"version": "0.1.20",
"version": "0.1.21",
"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