Socket
Socket
Sign inDemoInstall

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.0 to 0.5.1

4

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

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

"type": "git",
"url": "https://github.com/Cloud-Automation/modbus"
"url": "https://github.com/Cloud-Automation/node-modbus"
},

@@ -12,0 +12,0 @@ "dependencies": {

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

console.log(err, resp);
});

@@ -42,0 +43,0 @@ client.readCoils(0, 13, function (resp, err) {

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