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

@turf/concave

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/concave - npm Package Compare versions

Comparing version

to
3.10.0

{
"name": "@turf/concave",
"version": "3.8.0",
"version": "3.10.0",
"description": "turf concave module",

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

],
"author": "Morgan Herlocker",
"license": "ISC",
"author": "Turf Authors",
"license": "MIT",
"bugs": {

@@ -29,11 +29,11 @@ "url": "https://github.com/Turfjs/turf/issues"

"tape": "~3.5.0",
"@turf/helpers": "^3.7.5"
"@turf/helpers": "^3.10.0"
},
"dependencies": {
"@turf/meta": "^3.7.5",
"@turf/tin": "^3.7.5",
"@turf/union": "^3.7.5",
"@turf/distance": "^3.7.5"
"@turf/meta": "^3.10.0",
"@turf/tin": "^3.10.0",
"@turf/union": "^3.10.0",
"@turf/distance": "^3.10.0"
},
"types": "index.d.ts"
}