node-geo-tz icon indicating copy to clipboard operation
node-geo-tz copied to clipboard

A node.js module to find the timezone based on gps coordinates

Results 20 node-geo-tz issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

@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...

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...