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

list-gateway

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

list-gateway - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

5

gateway.js

@@ -26,3 +26,3 @@ var coap = require('coap'), server = coap.createServer();

var client = mqtt.connect('mqtts://io.adafruit.com', {
var client = mqtt.connect('mqtts://cccccct.com', {
port: 8883,

@@ -44,5 +44,4 @@ username: 'username',

// Do some sort of thing here.
// Could be GPIO related, or in my case running system commands to
console.log(message.toString()); // for demo purposes.
console.log(message.toString());
});
{
"name": "list-gateway",
"version": "0.0.6",
"version": "0.0.7",
"description": "LisT Gateway",

@@ -10,3 +10,4 @@ "main": "",

"dependencies": {
"coap": "^0.21.0"
"coap": "^0.21.0",
"mqtt": "^2.13.1"
},

@@ -13,0 +14,0 @@ "directories": {},

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