geojson-validation
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -790,3 +790,3 @@ /** | ||
errors = errors.concat(_customDefinitions('Bbox', bbox)) | ||
_done(trace, errors) | ||
return _done(trace, errors) | ||
} | ||
@@ -819,3 +819,3 @@ | ||
'GeometryCollection': exports.isGeometryCollection, | ||
'Bbox': exports.isBox, | ||
'Bbox': exports.isBbox, | ||
'Position': exports.isPosition, | ||
@@ -822,0 +822,0 @@ 'GeoJSON': exports.isGeoJSONObject, |
{ | ||
"name": "geojson-validation", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A GeoJSON Validation Library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82186