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

bbox2extent

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bbox2extent - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

CHANGELOG.md

@@ -5,3 +5,6 @@ # bbox2extent change log

## 1.0.1
* fix usage error in readme
## 1.0.0
* first implementation

2

package.json
{
"name": "bbox2extent",
"description": "Transform a GeoJSON bounding box into an Esri-formatted extent object.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Nate Goldman <nate@ngoldman.me>",

@@ -6,0 +6,0 @@ "bugs": {

@@ -22,3 +22,3 @@ # bbox2extent

bbox2extent(function (err, extent) {
bbox2extent(bbox, function (err, extent) {
if (err) throw err

@@ -25,0 +25,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