@turf/line-intersect
Advanced tools
Comparing version 5.0.0 to 5.0.2
@@ -1,2 +0,2 @@ | ||
var rbush = require('geojson-rbush'); | ||
import rbush from 'geojson-rbush'; | ||
import lineSegment from '@turf/line-segment'; | ||
@@ -3,0 +3,0 @@ import { getCoords } from '@turf/invariant'; |
@@ -5,2 +5,3 @@ 'use strict'; | ||
var rbush = _interopDefault(require('geojson-rbush')); | ||
var lineSegment = _interopDefault(require('@turf/line-segment')); | ||
@@ -11,3 +12,2 @@ var invariant = require('@turf/invariant'); | ||
var rbush = require('geojson-rbush'); | ||
/** | ||
@@ -14,0 +14,0 @@ * Takes any LineString or Polygon GeoJSON and returns the intersecting point(s). |
{ | ||
"name": "@turf/line-intersect", | ||
"version": "5.0.0", | ||
"version": "5.0.2", | ||
"description": "turf line-intersect module", | ||
@@ -42,10 +42,10 @@ "main": "main", | ||
"devDependencies": { | ||
"@std/esm": "*", | ||
"@turf/truncate": "*", | ||
"benchmark": "*", | ||
"load-json-file": "*", | ||
"rollup": "*", | ||
"tape": "*", | ||
"write-json-file": "*", | ||
"rollup": "*", | ||
"@std/esm": "*", | ||
"uglify-js": "*" | ||
"uglify-js": "*", | ||
"write-json-file": "*" | ||
}, | ||
@@ -52,0 +52,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13072