node-geo-tz
node-geo-tz copied to clipboard
A node.js module to find the timezone based on gps coordinates
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I found that after I deployed a project built using `node-geo-tz` that it was looking for the `geo.dat` file in a directory outside of the deployment directory. A environment variable...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.1 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
@evansiroky Hi, there is a question probably not directly related to this package functionality. 1) If there is a problem to define a correct timezone/offset for a certain location for...
Performance issue: Points from geobuf polygons use more array capacity than needed, wasting memory.
Arrays in nodejs need to be able to quickly add elements without resizing frequently, so they have both a size and a capacity. geobuf will create `'Polygon'` objects with readLinePart,...
I am using geo-tz in our typescript node application for getting the geolocation details. When i am running the node server locally, it's working fine but when taken a node...
I was about to use node-geo-tz in my React Native project. However, it seems it is not optimized for React Native. For instance, I am getting the following error when...
warning geo-tz > geobuf > shapefile > [email protected]: no longer maintained
While looking up the timezone at a coordinate, it could be useful to also get a list of nearby timezones. A particular use case for this could be a timezone...