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

carp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carp - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.travis.yml

9

package.json
{
"name": "carp",
"version": "0.0.0",
"version": "0.0.1",
"description": "lat/lng to bbox with a tolerance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test"
},

@@ -14,3 +14,6 @@ "repository": {

"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"prova": "^1.14.0"
}
}

@@ -1,4 +0,26 @@

carp
carp [![Build Status: Master][travis-badge]][travis-badge-url]
====
lat/lng to bbox with a tolerance
> lat/lng to bbox with a tolerance
## Install
```bash
npm install carp --save
```
## Use
```js
var carp = require('carp');
carp([50.90061, 105.51079]); // [50.90061, 105.51079, 50.90061, 105.51079]
```
## Roadmap
* tolerance by difference
* handle `carp(lat, lng, tol)`
[travis-badge-url]: https://travis-ci.org/knownasilya/carp
[travis-badge]: https://travis-ci.org/knownasilya/carp.svg?branch=master
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