Socket
Socket
Sign inDemoInstall

geojsonhint

Package Overview
Dependencies
Maintainers
21
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojsonhint - npm Package Versions

23

2.0.0

Diff

Changelog

Source

2.0.0

This is the first stable release of geojsonhint that supports the IETF GeoJSON standard

  • Fixes winding order reversal from beta releases.
tmcw
published 2.0.0-beta2 •

Changelog

Source

2.0.0-beta2

  • Fix missing bin directory from beta1 release.
tmcw
published 2.0.0-beta1 •

Changelog

Source

2.0.0-beta1

  • geojsonhint.js has been removed from this repository: it's a built file, useful for people who want to include geojson as a script tag. That file will still be available on unpkg, which is documented in the readme. This change ensures that contributors don't accidentally mess with the geojsonhint.js built file when they should be editing the source files in lib: now the repository contains only source files.
  • vfile and vfile-reporter are upgraded. output is slightly different in formatting but functionally the same.
tmcw
published 2.0.0-beta •

Changelog

Source

2.0.0-beta

  • 2.0.0 will be released once the IETF Draft graduates to a specification
  • geojsonhint now validates according to the IETF specification of GeoJSON, which includes useful improvements in clarity.
  • we now use vfile for fancier message formatting in output
  • geojsonhint includes both warnings and errors now, so it can warn about things that are not technically wrong but can be improved, and enforce recommendations of the specification.
tmcw
published 1.2.1 •

Changelog

Source

1.2.1

  • Fixes a case where coordinate arrays that aren't nested deeply would trigger an uncaught exception
  • Improves test coverage
tmcw
published 1.2.0 •

Changelog

Source

1.2.0

  • Introduces a new option, noDuplicateMembers, and a stricter default behavior: repeated properties, which are ambiguous in JSON, are now forbidden by default with geojsonhint.
tmcw
published 1.1.1 •

tmcw
published 1.1.0 •

Changelog

Source

1.1.0

  • Adds purely object-based api, accessible via require('geojsonhint/object'). This is useful for performance-intensive browser libraries.
  • Boosts code coverage testing to 100%
tmcw
published 1.0.1 •

tmcw
published 1.0.0 •

Changelog

Source

1.0.0

  • Declares the public API
  • This adds compatibility with objects as well as strings, and adds a benchmark to confirm that it's faster.
  • Adds a .npmignore so that npm install geojson is significantly more efficient - excludes 496kb of testing fixtures
  • Adds JSDoc comment to the source
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