@turf/turf
Advanced tools
Comparing version 3.10.5 to 3.11.1
@@ -79,2 +79,3 @@ import { | ||
import * as flatten from '@turf/flatten'; | ||
import * as lineIntersect from '@turf/line-intersect'; | ||
@@ -151,3 +152,4 @@ export { | ||
coordAll, | ||
geomEach | ||
geomEach, | ||
lineIntersect | ||
}; |
@@ -65,2 +65,3 @@ /*eslint global-require: 0*/ | ||
flatten: require('@turf/flatten'), | ||
lineIntersect: require('@turf/line-intersect'), | ||
point: helpers.point, | ||
@@ -67,0 +68,0 @@ polygon: helpers.polygon, |
{ | ||
"name": "@turf/turf", | ||
"version": "3.10.5", | ||
"version": "3.11.1", | ||
"description": "a JavaScript library for performing geospatial operations with GeoJSON", | ||
@@ -109,3 +109,4 @@ "main": "index.js", | ||
"@turf/truncate": "^3.10.5", | ||
"@turf/flatten": "^3.10.5" | ||
"@turf/flatten": "^3.10.5", | ||
"@turf/line-intersect": "^3.11.0" | ||
}, | ||
@@ -112,0 +113,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1391006
14884
54
+ Added@turf/line-intersect@^3.11.0
+ Added@turf/line-intersect@3.14.3(transitive)
+ Added@turf/line-segment@3.14.3(transitive)
+ Added@turf/meta@4.7.4(transitive)
+ Addedgeojson-rbush@1.2.0(transitive)