Socket
Socket
Sign inDemoInstall

node-red-contrib-insteon

Package Overview
Dependencies
101
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 0.6.0

dist/device/insteonDeviceCommand/insteonDeviceCommand.html

23

package.json
{
"name": "node-red-contrib-insteon",
"version": "0.5.2",
"description": "Insteon nodes for Node-RED",
"version": "0.6.0",
"description": "A library of Node-RED nodes for interacting with the Insteon home automation ecosystem",
"license": "MIT",

@@ -16,3 +16,3 @@ "keywords": [

"debug": "ts-node ./test/debug",
"watch": "watch 'yarn run build' src",
"watch": "nodemon -w src -e ts,html,js,json --exec yarn run build",
"watch:files": "watch 'yarn run copyFiles' src"

@@ -22,4 +22,9 @@ },

"nodes": {
"PLMConfig": "./dist/PLMConfig/PLMConfig.js",
"insteon-PLM": "./dist/insteonPLM/insteonPLM.js"
"insteonModemConfig": "./dist/modem/insteonModemConfig/insteonModemConfig.js",
"insteonPowerLincModem": "./dist/modem/insteonPowerLincModem/insteonPowerLincModem.js",
"insteonDeviceConfig": "./dist/device/insteonDeviceConfig/insteonDeviceConfig.js",
"insteonDeviceSubscribe": "./dist/device/insteonDeviceSubscribe/insteonDeviceSubscribe.js",
"insteonDeviceCommand": "./dist/device/insteonDeviceCommand/insteonDeviceCommand.js",
"insteonSceneConfig": "./dist/scene/insteonSceneConfig/insteonSceneConfig.js",
"insteonSceneCommand": "./dist/scene/insteonSceneCommand/insteonSceneCommand.js"
}

@@ -34,9 +39,11 @@ },

"copyfiles": "^2.1.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"nodemon": "^2.0.2",
"ts-node": "^8.5.2",
"typescript": "^3.7.2",
"watch": "^1.0.2"
},
"dependencies": {
"insteon-plm": "^0.3.2"
"@types/express": "^4.17.2",
"insteon-plm": "^0.4.0"
}
}

@@ -21,2 +21,2 @@ # Insteon PLM for Node-RED

## Resources
Command examples can be found in [wiki/Commands-for-Insteon-PLM-Node](https://github.com/apearson/node-red-contrib-insteon/wiki/Commands-for-Insteon-PLM-Node)
Command examples can be found in [wiki/PLM-Node](https://github.com/apearson/node-red-contrib-insteon/wiki/PLM-Node)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc