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

mqtt-packet

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mqtt-packet - npm Package Compare versions

Comparing version 6.8.0 to 6.8.1

2

package.json
{
"name": "mqtt-packet",
"version": "6.8.0",
"version": "6.8.1",
"description": "Parse and generate MQTT packets like a breeze",

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

@@ -116,3 +116,3 @@ const protocol = require('./constants')

(clientId || protocolVersion >= 4) && (clientId || clean)) {
length += clientId.length + 2
length += Buffer.byteLength(clientId) + 2
} else {

@@ -119,0 +119,0 @@ if (protocolVersion < 4) {

Sorry, the diff of this file is too big to display

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