Socket
Socket
Sign inDemoInstall

linux-device

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

linux-device - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

package.json
{
"name": "linux-device",
"version": "2.0.5",
"version": "2.0.6",
"description": "Native addon to communicate with linux devices (can also be used for sockets or FIFOs)",

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

@@ -37,3 +37,5 @@ "use strict";

this._currentCall = work;
await work;
try {
await work;
} catch(e) {}
if(this._currentCall === work) this._currentCall = null;

@@ -40,0 +42,0 @@ return work;

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