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

@turf/convex

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/convex - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

3

index.d.ts

@@ -30,6 +30,5 @@ import { AllGeoJSON, Feature, Polygon, Properties } from "@turf/helpers";

*/
declare function convex<P = Properties>(geojson: AllGeoJSON, options?: {
export default function convex<P = Properties>(geojson: AllGeoJSON, options?: {
concavity?: number;
properties?: P;
}): Feature<Polygon, P> | null;
export default convex;

@@ -33,3 +33,3 @@ import { AllGeoJSON, Feature, polygon, Polygon, Properties } from "@turf/helpers";

*/
function convex<P = Properties>(geojson: AllGeoJSON, options: {
export default function convex<P = Properties>(geojson: AllGeoJSON, options: {
concavity?: number,

@@ -58,3 +58,1 @@ properties?: P,

}
export default convex;
{
"name": "@turf/convex",
"version": "6.0.1",
"version": "6.0.2",
"description": "turf convex module",

@@ -5,0 +5,0 @@ "main": "index",

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