proj4js / mgrs

Utility for converting between WGS84 lat/lng and MGRS coordinates
MIT License
105 stars 45 forks source link

replaced node-fetch with nodejs built-in https #71

Closed DanielJDufour closed 2 years ago

DanielJDufour commented 2 years ago

replaced node-fetch with the NodeJS built-in https: https://nodejs.org/api/https.html

This was done in order to minimize external dependencies and traffic from dependabot/snyk.