Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

geojsonhint

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojsonhint - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

test/data/bad/bad-feature-with-number-id.geojson

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.3.3
* Enforces the type of the Feature.id property
## 0.3.2

@@ -2,0 +6,0 @@

@@ -247,2 +247,5 @@ var jsonlint = require('jsonlint-lines');

bbox(_);
if (_.id !== undefined) {
requiredProperty(_, 'id', 'string');
}
if (_.type !== 'Feature') {

@@ -249,0 +252,0 @@ errors.push({

2

package.json
{
"name": "geojsonhint",
"version": "0.3.2",
"version": "0.3.3",
"description": "validate and sanity-check geojson files",

@@ -5,0 +5,0 @@ "main": "index.js",

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