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

jsmodbus

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsmodbus - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "jsmodbus",
"version": "0.5.1",
"version": "0.5.2",
"description": "Implementation for the Serial/TCP Modbus protocol.",

@@ -5,0 +5,0 @@ "author": "Stefan Poeter <stefan.poeter@cloud-automation.de>",

@@ -37,3 +37,3 @@ A simple an easy to use Modbus TCP client/server implementation.

client.readHoldingRegister(0, 10, function (reps, err) {
client.readHoldingRegister(0, 10, function (resp, err) {
// resp will look like { fc: 3, byteCount: 20, register: [ values 0 - 10 ] }

@@ -40,0 +40,0 @@ console.log(err, resp);

@@ -255,4 +255,2 @@ var util = require('util'),

console.log(arguments);
if (err) {

@@ -259,0 +257,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