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

@turf/boolean-overlap

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/boolean-overlap - npm Package Compare versions

Comparing version 6.4.0 to 6.5.0

2

dist/es/index.js

@@ -11,2 +11,4 @@ import { segmentEach } from "@turf/meta";

*
* In other words, it returns true if the two geometries overlap, provided that neither completely contains the other.
*
* @name booleanOverlap

@@ -13,0 +15,0 @@ * @param {Geometry|Feature<LineString|MultiLineString|Polygon|MultiPolygon>} feature1 input

@@ -7,2 +7,4 @@ import { Feature, Geometry } from "@turf/helpers";

*
* In other words, it returns true if the two geometries overlap, provided that neither completely contains the other.
*
* @name booleanOverlap

@@ -9,0 +11,0 @@ * @param {Geometry|Feature<LineString|MultiLineString|Polygon|MultiPolygon>} feature1 input

@@ -16,2 +16,4 @@ "use strict";

*
* In other words, it returns true if the two geometries overlap, provided that neither completely contains the other.
*
* @name booleanOverlap

@@ -18,0 +20,0 @@ * @param {Geometry|Feature<LineString|MultiLineString|Polygon|MultiPolygon>} feature1 input

16

package.json
{
"name": "@turf/boolean-overlap",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf boolean-overlap module",

@@ -19,2 +19,3 @@ "author": "Turf Authors",

},
"funding": "https://opencollective.com/turf",
"publishConfig": {

@@ -55,2 +56,3 @@ "access": "public"

"devDependencies": {
"@types/geojson-equality": "^0.2.0",
"@types/tape": "*",

@@ -68,10 +70,10 @@ "benchmark": "*",

"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0",
"@turf/line-intersect": "^6.4.0",
"@turf/line-overlap": "^6.4.0",
"@turf/meta": "^6.4.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/line-overlap": "^6.5.0",
"@turf/meta": "^6.5.0",
"geojson-equality": "0.1.6"
},
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac"
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e"
}
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