Socket
Socket
Sign inDemoInstall

node-red-contrib-deconz

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-deconz - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [2.0.4] - 2021-10-11 ![Relative date](https://img.shields.io/date/1633986241?label=)
### Changed
- Cleanup old files.
## [2.0.3] - 2021-10-11 ![Relative date](https://img.shields.io/date/1633985783?label=)

@@ -12,0 +18,0 @@

82

package.json
{
"name": "node-red-contrib-deconz",
"version": "2.0.4",
"description": "deCONZ connectivity nodes for node-red",
"keywords": [
"deconz",
"drezden",
"conbee",
"node-red"
],
"homepage": "https://github.com/deconz-community/node-red-contrib-deconz",
"bugs": {
"url": "https://github.com/deconz-community/node-red-contrib-deconz/issues/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deconz-community/node-red-contrib-deconz.git"
},
"license": "GPL-3.0",
"author": {

@@ -14,4 +32,15 @@ "name": "Zehir",

],
"bugs": {
"url": "https://github.com/deconz-community/node-red-contrib-deconz/issues/"
"files": [
"deconz.*",
"/nodes/",
"/lib/",
"/icons/*.png",
"/resources/",
"/examples/",
"/src/migration",
"/src/runtime"
],
"scripts": {
"prepack": "grunt build",
"test": "mocha"
},

@@ -27,12 +56,12 @@ "dependencies": {

},
"description": "deCONZ connectivity nodes for node-red",
"homepage": "https://github.com/deconz-community/node-red-contrib-deconz",
"keywords": [
"deconz",
"drezden",
"conbee",
"node-red"
],
"license": "GPL-3.0",
"name": "node-red-contrib-deconz",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"should": "^13.2.3"
},
"node-red": {

@@ -48,32 +77,3 @@ "nodes": {

}
},
"repository": {
"type": "git",
"url": "git+https://github.com/deconz-community/node-red-contrib-deconz.git"
},
"version": "2.0.3",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"should": "^13.2.3"
},
"files": [
"deconz.*",
"/nodes/",
"/lib/",
"/icons/*.png",
"/resources/",
"/examples/",
"/src/migration",
"/src/runtime"
],
"scripts": {
"prepack": "grunt build",
"test": "mocha"
}
}

Sorry, the diff of this file is not supported yet

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