modbus-serial
Advanced tools
Comparing version 8.0.8 to 8.0.9
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
348777