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
0
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.1.3 to 1.1.4

2

mgrs.js

@@ -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" : {

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