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

mqtt-agent

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mqtt-agent - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/MQTTAgent.js

@@ -118,3 +118,3 @@ const mqtt = require('mqtt');

if (typeof (msg) === 'object') {
finalMsg = new Buffer.from(JSON.stringify(msg));
finalMsg = new Buffer.from(JSON.stringify(msg), 'utf8');
}

@@ -121,0 +121,0 @@

{
"name": "mqtt-agent",
"version": "1.0.3",
"version": "1.0.4",
"description": "This is a MQTT Agent",

@@ -28,8 +28,5 @@ "homepage": "https://www.npmjs.com/package/mqtt-agent",

"lint-staged": "^4.2.1",
"mocha": "^4.1.0",
"nsp": "^2.6.3",
"nyc": "^11.3.0"
"mocha": "^4.1.0"
},
"scripts": {
"prepublish": "nsp check",
"test": "nyc mocha ./lib/test --recursive --exit --reporter=xunit --reporter=list --reporter-options output=./.result_tests/tests.xml"

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