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

node-red-contrib-mgrs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

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.0.0 to 1.1.0

2

mgrs.js

@@ -54,3 +54,5 @@

function LatLongFromMGRSstring (a) {
// nnl ll nnnnn nnnnn 35VLD6787561669 56JMS8044325375
var b = a.trim();
b = b.replace(/\s+/g, '');
b = b.match(/\S+/g);

@@ -57,0 +59,0 @@ if (b == null) return [false,null,null];

2

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

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

@@ -20,2 +20,2 @@ node-red-contrib-mgrs

The MGRS may contain less precision if required, e.g. 30U XB 1 5, but does require spaces between the 4 parts.
The MGRS may contain less precision if required, e.g. 30U XB 1 5
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