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

bbox-dateline

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bbox-dateline - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

docs/bbox-dateline.js

5

package.json
{
"name": "bbox-dateline",
"version": "1.0.0",
"version": "1.0.1",
"description": "Modifies a BBox to fit within the bounds of the International Date Line",

@@ -9,3 +9,4 @@ "main": "index.js",

"index.js",
"index.d.ts"
"index.d.ts",
"docs"
],

@@ -12,0 +13,0 @@ "scripts": {

31

README.md
# BBox Date Line
Modifies a BBox to fit within the bounds of the International Date Line.
[![Build Status](https://travis-ci.org/DenisCarriere/bbox-dateline.svg?branch=master)](https://travis-ci.org/DenisCarriere/bbox-dateline)
[![Coverage Status](https://coveralls.io/repos/github/DenisCarriere/bbox-dateline/badge.svg?branch=master)](https://coveralls.io/github/DenisCarriere/bbox-dateline?branch=master)
[![npm version](https://badge.fury.io/js/bbox-dateline.svg)](https://badge.fury.io/js/bbox-dateline)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/DenisCarriere/bbox-dateline/master/LICENSE)
[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
> Modifies a BBox to fit within the bounds of the International Date Line.
## Install
**npm**
```bash
$ npm install --save slippy-grid
```
**web browser [ES5](https://kangax.github.io/compat-table/es5)**
```html
<script src="https://unpkg.com/bbox-dateline/docs/bbox-dateline.min.js"></script>
```
## Usage
```javascript
var dateline = require('bbox-dateline')
dateline.bbox([190, 100, -200, -120])
//= [-170, -80, 160, 60]
```
## API

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