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

node-red-contrib-geofence

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.3 to 0.2.4

6

geofence.js

@@ -101,2 +101,7 @@ /**

node.on('close', function() {
console.log("Deleting node " + node.id)
node.manager[node.id]
});
}

@@ -114,2 +119,3 @@

});
};

2

package.json
{
"name": "node-red-contrib-geofence",
"version": "0.2.3",
"version": "0.2.4",
"description": "A simple node to filter based on location",

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

@@ -202,2 +202,6 @@ var configButton;

if(RED.nodes.node(nodeID) == null){
console.log("SKipping to show non-existing node!")
return
}

@@ -204,0 +208,0 @@ var myFence = nodeID == node.id;

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