Socket
Socket
Sign inDemoInstall

@turf/square-grid

Package Overview
Dependencies
Maintainers
4
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 4.2.0 to 4.3.0

2

index.d.ts

@@ -6,4 +6,4 @@ import {Units, BBox, Polygons, Feature, Features} from '@turf/helpers'

*/
declare function squareGrid(bbox: BBox | Feature | Features, cellSize: number, units?: Units, completelyWithin?: boolean): Polygons;
declare function squareGrid(bbox: BBox | Feature<any> | Features<any>, cellSize: number, units?: Units, completelyWithin?: boolean): Polygons;
declare namespace squareGrid { }
export = squareGrid;
{
"name": "@turf/square-grid",
"version": "4.2.0",
"version": "4.3.0",
"description": "turf square-grid module",

@@ -33,5 +33,5 @@ "main": "index.js",

"devDependencies": {
"@turf/bbox": "^4.2.0",
"@turf/meta": "^4.2.0",
"benchmark": "^2.1.3",
"@turf/bbox": "^4.3.0",
"@turf/meta": "^4.3.0",
"benchmark": "^2.1.4",
"mkdirp": "^0.5.1",

@@ -42,5 +42,5 @@ "tape": "^4.6.3",

"dependencies": {
"@turf/distance": "^4.2.0",
"@turf/helpers": "^4.2.0"
"@turf/distance": "^4.3.0",
"@turf/helpers": "^4.3.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