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

geojson-extent

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojson-extent - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

bin/geojson-extent

8

package.json
{
"name": "geojson-extent",
"version": "0.1.0",
"version": "0.2.0",
"description": "compute the bounding box of geojson features",

@@ -10,2 +10,5 @@ "main": "index.js",

},
"bin": {
"geojson-extent": "./bin/geojson-extent"
},
"repository": {

@@ -31,3 +34,4 @@ "type": "git",

"extent": "0.1.0",
"geojson-coords": "0.0.0"
"geojson-coords": "0.0.0",
"rw": "~0.1.4"
},

@@ -34,0 +38,0 @@ "devDependencies": {

@@ -21,2 +21,18 @@ ![](http://img.shields.io/travis/mapbox/geojson-extent.svg?style=flat)

## bin
Provides a binary that takes GeoJSON as stdin and returns a JSON stringified
array of extent data.
```sh
$ npm install -g geojson-extent
$ geojson-extent < file.geojson
```
Given an argument of `leaflet`, this will return Leaflet-formatted data instead.
```sh
$ geojson-extent leaflet < file.geojson
```
## api

@@ -23,0 +39,0 @@

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