@turf/line-intersect
Advanced tools
Comparing version 3.14.3 to 4.0.0
@@ -1,13 +0,6 @@ | ||
import { | ||
Points, | ||
LineString, | ||
LineStrings, | ||
MultiLineString, | ||
MultiLineStrings, | ||
Polygon, | ||
Polygons, | ||
MultiPolygon, | ||
MultiPolygons} from '@turf/helpers'; | ||
/// <reference types="geojson" /> | ||
type Line = LineString | LineStrings | MultiLineString | MultiLineStrings | Polygon | Polygons | MultiPolygon | MultiPolygon | ||
type LineTypes = GeoJSON.LineString | GeoJSON.MultiLineString | GeoJSON.Polygon | GeoJSON.MultiPolygon; | ||
type Line = GeoJSON.Feature<LineTypes> | GeoJSON.FeatureCollection<LineTypes>; | ||
type Points = GeoJSON.FeatureCollection<GeoJSON.Point>; | ||
@@ -18,3 +11,3 @@ /** | ||
declare function lineIntersect(line1: Line, line2: Line): Points; | ||
declare namespace lineIntersect { } | ||
declare namespace lineIntersect {} | ||
export = lineIntersect; |
{ | ||
"name": "@turf/line-intersect", | ||
"version": "3.14.3", | ||
"version": "4.0.0", | ||
"description": "turf line-intersect module", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/truncate": "^3.13.0", | ||
"@turf/truncate": "^4.0.0", | ||
"benchmark": "^2.1.3", | ||
@@ -41,8 +41,8 @@ "load-json-file": "^2.0.0", | ||
"dependencies": { | ||
"@turf/helpers": "^3.13.0", | ||
"@turf/invariant": "^3.13.0", | ||
"@turf/line-segment": "^3.14.3", | ||
"@turf/meta": "^3.14.0", | ||
"@turf/helpers": "^4.0.0", | ||
"@turf/invariant": "^4.0.0", | ||
"@turf/line-segment": "^4.0.0", | ||
"@turf/meta": "^4.0.0", | ||
"geojson-rbush": "^1.0.1" | ||
} | ||
} |
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
8276
110
+ Added@turf/helpers@4.7.3(transitive)
+ Added@turf/invariant@4.7.3(transitive)
+ Added@turf/line-segment@4.7.3(transitive)
- Removed@turf/flatten@3.14.2(transitive)
- Removed@turf/helpers@3.13.0(transitive)
- Removed@turf/invariant@3.13.0(transitive)
- Removed@turf/line-segment@3.14.3(transitive)
- Removed@turf/meta@3.14.0(transitive)
Updated@turf/helpers@^4.0.0
Updated@turf/invariant@^4.0.0
Updated@turf/line-segment@^4.0.0
Updated@turf/meta@^4.0.0