Socket
Socket
Sign inDemoInstall

@turf/square-grid

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/square-grid - npm Package Compare versions

Comparing version 3.0.15 to 3.0.16

12

package.json
{
"name": "@turf/square-grid",
"version": "3.0.15",
"version": "3.0.16",
"description": "",
"main": "index.js",
"dependencies": {
"@turf/distance": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/distance": "^3.0.16",
"@turf/helpers": "^3.0.16"
},

@@ -19,3 +19,3 @@ "devDependencies": {

"type": "git",
"url": "https://github.com/Turfjs/turf-square-grid.git"
"url": "git://github.com/Turfjs/turf.git"
},

@@ -32,5 +32,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/Turfjs/turf-square-grid/issues"
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf-square-grid"
"homepage": "https://github.com/Turfjs/turf"
}

@@ -1,6 +0,6 @@

# turf-square-grid
# @turf/square-grid
# squareGrid
Takes a bounding box and a cell depth and returns a set of square [polygons](Polygon) in a grid.
Takes a bounding box and a cell depth and returns a set of square [polygons](http://geojson.org/geojson-spec.html#polygon) in a grid.

@@ -25,3 +25,3 @@ **Parameters**

Returns **FeatureCollection<Polygon>** grid a grid of polygons
Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** grid a grid of polygons

@@ -40,3 +40,3 @@ ---

```sh
$ npm install turf-square-grid
$ npm install @turf/square-grid
```

@@ -47,3 +47,3 @@

```sh
$ npm install turf
$ npm install @turf/turf
```
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