New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turf/point-grid

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/point-grid - npm Package Compare versions

Comparing version 4.3.0 to 4.4.0

2

index.d.ts

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

*/
declare function pointGrid(bbox: BBox | Feature<any> | Features<any>, cellSize: number, units?: Units): Points;
declare function pointGrid(bbox: BBox | Feature<any> | Features<any>, cellSize: number, units?: Units, centered?: boolean): Points;
declare namespace pointGrid { }
export = pointGrid;

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

var point = require('@turf/helpers').point;
var featureCollection = require('@turf/helpers').featureCollection;
var distance = require('@turf/distance');
var turfBBox = require('@turf/bbox');
var helpers = require('@turf/helpers');
var point = helpers.point;
var featureCollection = helpers.featureCollection;

@@ -6,0 +7,0 @@ /**

{
"name": "@turf/point-grid",
"version": "4.3.0",
"version": "4.4.0",
"description": "turf point-grid module",

@@ -32,5 +32,6 @@ "main": "index.js",

"devDependencies": {
"@turf/meta": "^4.3.0",
"@turf/meta": "^4.4.0",
"benchmark": "^2.1.4",
"load-json-file": "^2.0.0",
"mkdirp": "^0.5.1",
"tape": "^4.6.3",

@@ -40,6 +41,6 @@ "write-json-file": "^2.0.0"

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