🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

node-red-contrib-sensor-rotation-to-phrase

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-sensor-rotation-to-phrase - npm Package Compare versions

Comparing version

to
0.0.2

6

nodes/v1.js

@@ -313,9 +313,9 @@ /**

.then(function(){
initMotion(msg.payload.d, motion);
return initMotion(msg.payload.d, motion);
})
.then(function(){
detectMotion(node.context(), motion, config);
return detectMotion(node.context(), motion, config);
})
.then(function(){
measureMotion(node, msg, motion, config);
return measureMotion(node, msg, motion, config);
})

@@ -322,0 +322,0 @@ .catch(function(err){

{
"name": "node-red-contrib-sensor-rotation-to-phrase",
"version": "0.0.1",
"version": "0.0.2",
"description": "A node to interpret sensor rotation as phrases",

@@ -5,0 +5,0 @@ "dependencies": {