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

mqtt-packet

Package Overview
Dependencies
Maintainers
1
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 3.4.3 to 3.4.4

2

generate.js

@@ -291,4 +291,2 @@

qos = 1
else if (type === 'pubcomp')
qos = 2

@@ -295,0 +293,0 @@ // Check message ID

2

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

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

@@ -525,3 +525,3 @@

, retain: false
, qos: 2
, qos: 0
, dup: false

@@ -531,3 +531,3 @@ , length: 2

}, new Buffer([
116, 2, // Header
112, 2, // Header
0, 2 // Message id

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