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

turf-square

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-square - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

10

package.json
{
"name": "turf-square",
"version": "0.1.2",
"version": "0.1.3",
"description": "turf square module",

@@ -26,9 +26,9 @@ "main": "index.js",

"devDependencies": {
"tape": "^2.12.3"
"tape": "^2.13.4"
},
"dependencies": {
"turf-distance": "^0.1.1",
"turf-midpoint": "^0.1.1",
"turf-point": "^0.1.0"
"turf-distance": "^0.1.4",
"turf-midpoint": "^0.1.2",
"turf-point": "^0.1.1"
}
}

@@ -7,3 +7,23 @@ turf-square

###Install
```sh
npm install turf-square
```
###Parameters
|name|description|
|---|---|
|bbox|[xmin, ymin, xmay, ymax]|
###Usage
```js
square(bbox)
```
###Example
```js
var square = require('turf-square')

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