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 4.0.5 to 4.0.6

2

dist/response/exception.js

@@ -39,3 +39,3 @@ "use strict";

const payload = Buffer.alloc(2);
payload.writeUInt8(this._fc, 0);
payload.writeUInt8(this._fc + 0x80, 0);
payload.writeUInt8(this._code, 1);

@@ -42,0 +42,0 @@ return payload;

{
"name": "jsmodbus",
"version": "4.0.5",
"version": "4.0.6",
"description": "Implementation for the Serial/TCP Modbus protocol.",

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

Sorry, the diff of this file is not supported yet

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