node-red-contrib-mgrs
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -58,3 +58,3 @@ | ||
if (b.length % 2 !== 1) { return [ false, null, null]; } | ||
if (isNaN(Number(b.substr(2)))) { return [ false, null, null]; } | ||
if (isNaN(Number(b.substr(0,2)))) { return [ false, null, null]; } | ||
b = b.match(/\S+/g); | ||
@@ -61,0 +61,0 @@ if (b == null) return [false,null,null]; |
{ | ||
"name" : "node-red-contrib-mgrs", | ||
"version" : "1.1.3", | ||
"version" : "1.1.4", | ||
"description" : "A Node-RED node to convert co-ordinates to and from mgrs", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
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
20478