geojson-flatten
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "geojson-flatten", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "transform geojson into single-parts", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js", | ||
"geojson-flatten" | ||
], | ||
"directories": { | ||
@@ -13,3 +17,3 @@ "test": "test" | ||
"scripts": { | ||
"test": "tap --coverage test/flatten.js", | ||
"test": "eslint index.js && tap --coverage test/flatten.js", | ||
"make": "browserify -s geojsonFlatten index.js > geojson-flatten.js" | ||
@@ -34,9 +38,10 @@ }, | ||
"concat-stream": "~1.2.1", | ||
"minimist": "0.0.5", | ||
"sharkdown": "~0.1.0" | ||
"minimist": "0.0.5" | ||
}, | ||
"devDependencies": { | ||
"tap": "^2.3.1", | ||
"browserify": "^12.0.1" | ||
"browserify": "^12.0.1", | ||
"eslint": "~1.00.0", | ||
"eslint-config-unstyled": "^1.1.0" | ||
} | ||
} |
@@ -17,3 +17,3 @@ # geojson-flatten | ||
``` | ||
```js | ||
var flatten = require('geojson-flatten'); | ||
@@ -23,1 +23,5 @@ | ||
``` | ||
## cli | ||
cat input.geojson | geojson-flatten > flattened.geojson |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
26
0
3532
4
4
39
- Removedsharkdown@~0.1.0
- Removedansicolors@0.2.1(transitive)
- Removedcardinal@0.4.4(transitive)
- Removedesprima@1.0.4(transitive)
- Removedredeyed@0.4.4(transitive)
- Removedsharkdown@0.1.1(transitive)
- Removedsplit@0.2.10(transitive)
- Removedthrough@2.3.8(transitive)