New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-mqtt-pahojs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-mqtt-pahojs - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

2

package.json
{
"name": "cordova-plugin-mqtt-pahojs",
"cordova_name": "MQTT JavaScript Client",
"version": "1.5.3",
"version": "1.5.4",
"description": "Pure JavaScript MQTT client library. Wrapper for paho.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -44,4 +44,4 @@ var Paho = require('./paho_mqttws31');

if (this.connection) {
this.connection.onConnectionLost = null;
this.connection.onMessageArrived = null;
this.connection.onConnectionLost = function(){console.debug('stale onConnectionLost called');};
this.connection.onMessageArrived = function(){console.debug('stale onMessageArrived called');};
}

@@ -48,0 +48,0 @@ this.connection = new Paho.MQTT.Client(this.uri, this.clientId);

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