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

@mapbox/geojsonhint

Package Overview
Dependencies
Maintainers
217
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/geojsonhint - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 2.1.0
* Exit 1 in cli tool when it hits an error
* Update deps to latest versions
## 2.0.0

@@ -2,0 +7,0 @@

8

geojsonhint.js

@@ -1,2 +0,2 @@

(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.geojsonhint = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.geojsonhint = f()}})(function(){var define,module,exports;return (function(){function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s}return e})()({1:[function(require,module,exports){
var rightHandRule = require('./rhr');

@@ -1612,3 +1612,7 @@

process.emit = noop;
process.prependListener = noop;
process.prependOnceListener = noop;
process.listeners = function (name) { return [] }
process.binding = function (name) {

@@ -1672,2 +1676,2 @@ throw new Error('process.binding is not supported');

},{"./object":1,"jsonlint-lines":4}]},{},[7])(7)
});
});
{
"name": "@mapbox/geojsonhint",
"description": "validate and sanity-check geojson files",
"version": "2.0.1",
"version": "2.1.0",
"author": "Tom MacWright",

@@ -18,15 +18,15 @@ "bin": {

"dependencies": {
"concat-stream": "~1.5.1",
"concat-stream": "^1.6.1",
"jsonlint-lines": "1.7.1",
"minimist": "1.2.0",
"vfile": "2.0.0",
"vfile-reporter": "3.0.0"
"vfile": "^2.3.0",
"vfile-reporter": "^4.0.0"
},
"devDependencies": {
"benchmark": "^2.1.0",
"browserify": "13.1.0",
"eslint": "^3.0.1",
"browserify": "^16.1.1",
"eslint": "^4.18.2",
"fuzzer": "~0.2.0",
"glob": "~7.0.5",
"tap": "7.0.0"
"glob": "^7.1.2",
"tap": "^11.1.2"
},

@@ -33,0 +33,0 @@ "directories": {

@@ -5,3 +5,3 @@ [![Build Status](https://secure.travis-ci.org/mapbox/geojsonhint.svg?branch=master)](http://travis-ci.org/mapbox/geojsonhint) [![Coverage Status](https://coveralls.io/repos/mapbox/geojsonhint/badge.svg)](https://coveralls.io/r/mapbox/geojsonhint)

A [lint](http://bit.ly/12jjJyW) tool for the [GeoJSON](https://tools.ietf.org/html/rfc7946)
A [lint](https://en.wikipedia.org/wiki/Lint_%28software%29) tool for the [GeoJSON](https://tools.ietf.org/html/rfc7946)
standard. geojsonhint is written _to the standard_, with no missing or additional

@@ -8,0 +8,0 @@ opinions about structure.

Sorry, the diff of this file is not supported yet

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