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

@turf/bbox-polygon

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/bbox-polygon - npm Package Compare versions

Comparing version 4.5.2 to 4.6.0

4

index.js

@@ -8,4 +8,3 @@ var polygon = require('@turf/helpers').polygon;

* @param {Array<number>} bbox extent in [minX, minY, maxX, maxY] order
* @return {Feature<Polygon>} a Polygon representation of the bounding box
* @addToMap poly
* @returns {Feature<Polygon>} a Polygon representation of the bounding box
* @example

@@ -19,3 +18,2 @@ * var bbox = [0, 0, 10, 10];

*/
module.exports = function (bbox) {

@@ -22,0 +20,0 @@ var lowLeft = [bbox[0], bbox[1]];

{
"name": "@turf/bbox-polygon",
"version": "4.5.2",
"version": "4.6.0",
"description": "turf bbox-polygon module",

@@ -37,4 +37,4 @@ "main": "index.js",

"dependencies": {
"@turf/helpers": "^4.5.2"
"@turf/helpers": "^4.6.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