@skycatch/geo-util
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Code Quality Report | ||
Thu Aug 30 2018 14:15:03 GMT-0700 (PDT) | ||
Thu Aug 30 2018 15:14:44 GMT-0700 (PDT) | ||
@@ -10,3 +10,3 @@ ## Tests | ||
✔ 1) returns the UTM zone from lat/lon (3 ms) | ||
✔ 2) throws an error on invalid lat/lon (1 ms) | ||
✔ 2) throws an error on invalid lat/lon (0 ms) | ||
@@ -31,3 +31,3 @@ **UtmUtil#getProj4** | ||
Test duration: 16 ms | ||
Test duration: 20 ms | ||
@@ -34,0 +34,0 @@ |
'use strict'; | ||
module.exports = { | ||
utmUtil: require('../lib/util_util') | ||
utmUtil: require('../lib/utm_util') | ||
}; |
{ | ||
"name": "@skycatch/geo-util", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "coordinates & projections utility", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9114
10