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.7 to 1.5.8

6

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

@@ -14,2 +14,6 @@ "scripts": {

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/estbeetoo/cordova-plugin-mqtt-pahojs.git"
},
"platforms": [

@@ -16,0 +20,0 @@ "ios",

2

www/mqtt.js

@@ -1,2 +0,2 @@

var Paho = require('./paho_mqttws31');
var Paho = require('cordova-plugin-mqtt-pahojs.paho_mqttws31');
var EventEmitter = require('com.feedhenry.eventemitter.EventEmitter');

@@ -3,0 +3,0 @@ var SYSTEM_EVENTS = {

Sorry, the diff of this file is not supported yet

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