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

geolib

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geolib - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

8

geolib.js

@@ -1,2 +0,2 @@

/*! geolib 1.3.4 by Manuel Bieh
/*! geolib 1.3.5 by Manuel Bieh
* A growing library to provide some basic geo functions like distance calculation,

@@ -8,3 +8,3 @@ * conversion of decimal coordinates to sexagesimal and vice versa, etc.

* @url http://www.manuelbieh.com/
* @version 1.3.4
* @version 1.3.5
* @license LGPL

@@ -348,5 +348,5 @@ **//*global console:true geolib:true require:true module:true window:true global:true define:true*/

var stats = {
maxLat: 0,
maxLat: -Infinity,
minLat: Infinity,
maxLng: 0,
maxLng: -Infinity,
minLng: Infinity

@@ -353,0 +353,0 @@ };

@@ -46,4 +46,4 @@ {

},
"version": "1.3.4",
"version": "1.3.5",
"main": "./geolib"
}
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