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

@turf/line-overlap

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/line-overlap - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

4

index.js

@@ -35,3 +35,5 @@ var lineSegment = require('@turf/line-segment');

* var overlapping = turf.lineOverlap(line1, line2);
* //= overlapping
*
* //addToMap
* var addToMap = [line1, line2, overlapping]
*/

@@ -38,0 +40,0 @@ module.exports = function (line1, line2) {

{
"name": "@turf/line-overlap",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf line-overlap module",

@@ -39,6 +39,6 @@ "main": "index.js",

"dependencies": {
"@turf/helpers": "^4.1.0",
"@turf/invariant": "^4.1.0",
"@turf/line-segment": "^4.1.0",
"@turf/meta": "^4.1.0",
"@turf/helpers": "^4.2.0",
"@turf/invariant": "^4.2.0",
"@turf/line-segment": "^4.2.0",
"@turf/meta": "^4.2.0",
"deep-equal": "^1.0.1",

@@ -45,0 +45,0 @@ "geojson-rbush": "^1.0.1"

@@ -34,3 +34,5 @@ # @turf/line-overlap

var overlapping = turf.lineOverlap(line1, line2);
//= overlapping
//addToMap
var addToMap = [line1, line2, overlapping]
```

@@ -37,0 +39,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