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 4.1.0 to 4.2.0

9

index.js

@@ -67,9 +67,4 @@ var each = require('@turf/meta').coordEach,

*
* var resultFeatures = points.features.concat(hull);
* var result = {
* "type": "FeatureCollection",
* "features": resultFeatures
* };
*
* //=result
* //addToMap
* var addToMap = [points, hull]
*/

@@ -76,0 +71,0 @@ module.exports = function (feature) {

{
"name": "@turf/convex",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf convex module",

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

"convex-hull": "^1.0.3",
"@turf/meta": "^4.1.0",
"@turf/helpers": "^4.1.0"
"@turf/meta": "^4.2.0",
"@turf/helpers": "^4.2.0"
}
}

@@ -69,9 +69,4 @@ # @turf/convex

var resultFeatures = points.features.concat(hull);
var result = {
"type": "FeatureCollection",
"features": resultFeatures
};
//=result
//addToMap
var addToMap = [points, hull]
```

@@ -78,0 +73,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