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

@turf/kinks

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

Comparing version 4.1.0 to 4.2.0

9

index.js

@@ -27,9 +27,4 @@ var point = require('@turf/helpers').point;

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

@@ -36,0 +31,0 @@ module.exports = function (featureIn) {

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

@@ -31,3 +31,3 @@ "main": "index.js",

"devDependencies": {
"@turf/meta": "^4.1.0",
"@turf/meta": "^4.2.0",
"benchmark": "^2.1.3",

@@ -39,4 +39,4 @@ "load-json-file": "^2.0.0",

"dependencies": {
"@turf/helpers": "^4.1.0"
"@turf/helpers": "^4.2.0"
}
}

@@ -31,9 +31,4 @@ # @turf/kinks

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

@@ -40,0 +35,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