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

node-red-contrib-omron-usb

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-omron-usb - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "node-red-contrib-omron-usb",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node to comunication with Omron PLC with USB port",

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

@@ -214,3 +214,3 @@ //@ts-check

if (!reconnect) that.endpointOmron.removeListener("disconnected", onDisconnect);
that.endpointOmron.destroy().then().catch(err => onError(err))
that.endpointOmron.destroy(onDisconnect()).then().catch(err => onError(err))
that.endpointOmron = null;

@@ -217,0 +217,0 @@ }

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