node-red-contrib-sacn-in
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "node-red-contrib-sacn-in", | ||
"version": "0.1.1", | ||
"description": "Streaming ACN Input node for Node-RED", | ||
"main": "none", | ||
"version": "0.1.2", | ||
"description": "Streaming ACN DMX Input node for Node-RED", | ||
"main": "sacn-in.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Rik Berkelder", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.riksolo.com/riksolo/node-red-contrib-sacn-input.git" | ||
}, | ||
"keywords": [ | ||
"node-red", | ||
"dmx", | ||
"sacn" | ||
], | ||
"node-red": { | ||
@@ -16,5 +23,4 @@ "nodes": { | ||
}, | ||
"dependencies": { | ||
"e131": "^1.1.3" | ||
} | ||
"author": "Rik Berkelder", | ||
"license": "ISC" | ||
} |
@@ -1,2 +0,1 @@ | ||
console.log('UNIT'); | ||
module.exports = function(RED){ | ||
@@ -3,0 +2,0 @@ var e131 = require('e131'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2175
0
0
25
- Removede131@^1.1.3
- Removede131@1.1.3(transitive)