Socket
Socket
Sign inDemoInstall

modbus-serial

Package Overview
Dependencies
19
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.8 to 8.0.9

2

package.json
{
"name": "modbus-serial",
"version": "8.0.8",
"version": "8.0.9",
"description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.",

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

@@ -1,2 +0,2 @@

import * as EventEmitter from "events";
import {EventEmitter} from "events";
export class TestPort extends EventEmitter {

@@ -3,0 +3,0 @@ isOpen: () => boolean;

Sorry, the diff of this file is not supported yet

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