Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-sacn-in

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-sacn-in - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

22

package.json
{
"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');

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