Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@turf/boolean-disjoint

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/boolean-disjoint - npm Package Compare versions

Comparing version 4.6.1 to 4.7.0

5

index.js

@@ -117,2 +117,7 @@ var inside = require('@turf/inside');

}
for (var i2 = 0; i2 < feature2.coordinates[0].length; i2++) {
if (inside(feature2.coordinates[0][i2], feature1)) {
return true;
}
}
return false;

@@ -119,0 +124,0 @@ }

12

package.json
{
"name": "@turf/boolean-disjoint",
"version": "4.6.1",
"version": "4.7.0",
"description": "turf boolean-disjoint module",

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

"devDependencies": {
"@turf/helpers": "^4.6.0",
"@turf/helpers": "4.7.0",
"benchmark": "2.1.4",

@@ -44,7 +44,7 @@ "boolean-shapely": "0.1.2",

"dependencies": {
"@turf/inside": "^4.6.0",
"@turf/line-intersect": "^4.6.0",
"@turf/meta": "^4.6.0",
"@turf/polygon-to-linestring": "^4.6.0"
"@turf/inside": "4.7.0",
"@turf/line-intersect": "4.7.0",
"@turf/meta": "4.7.0",
"@turf/polygon-to-linestring": "4.7.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