Socket
Socket
Sign inDemoInstall

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.3.1 to 0.3.2

.eslintrc

4

CHANGELOG.md

@@ -0,3 +1,7 @@

## 0.1.1
* Update uglify-js version
## 0.1.0
* Added `.polygon()` for polygon instead of array extent.

10

package.json
{
"name": "geojson-extent",
"version": "0.3.1",
"version": "0.3.2",
"description": "compute the bounding box of geojson features",
"main": "index.js",
"scripts": {
"test": "tap test/*.js",
"test": "eslint index.js && tap test/*.js",
"build": "browserify -s geojsonExtent index.js | uglifyjs -c > geojson-extent.js"

@@ -39,5 +39,7 @@ },

"tap": "~0.4.8",
"uglifyjs": "~2.3.6",
"browserify": "~5.9.3"
"uglifyjs": "~2.4.10",
"browserify": "~5.9.3",
"eslint": "~1.00.0",
"eslint-config-unstyled": "^1.1.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