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

node-red-contrib-mgrs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.0 to 1.1.1

@@ -61,4 +61,4 @@

b = b[0];
var c = b.substr(5)
b = (b.substr(0,3)+" "+b.substr(3,2)+" "+c.substr(5,c.length/2)+" "+c.substr(c.length/2)).split(" ");
var bb = b.substr(5);
b = (b.substr(0,3)+" "+b.substr(3,2)+" "+bb.substr(0,bb.length/2)+" "+bb.substr(bb.length/2)).split(" ");
}

@@ -65,0 +65,0 @@ if (b.length != 4) return [false,null,null];

{
"name" : "node-red-contrib-mgrs",
"version" : "1.1.0",
"version" : "1.1.1",
"description" : "A Node-RED node to convert co-ordinates to and from mgrs",

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