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

geojson-flatten

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojson-flatten - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

15

package.json
{
"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

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