@mapbox/geojsonhint
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -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 @@ |
@@ -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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
86389
2044
1
+ Addedbuffer-from@1.1.2(transitive)
+ Addedconcat-stream@1.6.2(transitive)
+ Addedhas-flag@2.0.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedsupports-color@4.5.0(transitive)
+ Addedtypedarray@0.0.6(transitive)
+ Addedvfile@2.3.0(transitive)
+ Addedvfile-message@1.1.1(transitive)
+ Addedvfile-reporter@4.0.0(transitive)
+ Addedvfile-statistics@1.1.4(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedconcat-stream@1.5.2(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas@1.0.4(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedirregular-plurals@1.4.0(transitive)
- Removedlog-symbols@1.0.2(transitive)
- Removedplur@2.1.2(transitive)
- Removedprocess-nextick-args@1.0.7(transitive)
- Removedreadable-stream@2.0.6(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedtrim@0.0.1(transitive)
- Removedtypedarray@0.0.7(transitive)
- Removedvfile@2.0.0(transitive)
- Removedvfile-reporter@3.0.0(transitive)
- Removedx-is-string@0.1.0(transitive)
Updatedconcat-stream@^1.6.1
Updatedvfile@^2.3.0
Updatedvfile-reporter@^4.0.0