Socket
Socket
Sign inDemoInstall

modbus-serial

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modbus-serial - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

index.js

@@ -76,3 +76,3 @@ /**

if (next)
next(null, {"Data": contents});
next(null, {"data": contents});
}

@@ -92,3 +92,3 @@

if (next)
next(null, {"Adress": dataAddress, "Length": length});
next(null, {"address": dataAddress, "length": length});
}

@@ -95,0 +95,0 @@

{
"name": "modbus-serial",
"version": "1.0.3",
"version": "1.0.4",
"description": "A pure JavaScript implemetation of MODBUS-RTU for NodeJS.",

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

@@ -24,3 +24,3 @@ 'use strict';

expect(err).to.be.a('null');
expect(data).to.have.property('Data').with.length(1);
expect(data).to.have.property('data').with.length(1);

@@ -27,0 +27,0 @@ done()

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