@turf/line-slice
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -51,5 +51,4 @@ var linestring = require('@turf/helpers').lineString; | ||
* | ||
* //=line | ||
* | ||
* //=sliced | ||
* //addToMap | ||
* var addToMap = [start, stop, line] | ||
*/ | ||
@@ -56,0 +55,0 @@ |
{ | ||
"name": "@turf/line-slice", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "turf line-slice module", | ||
@@ -35,4 +35,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/helpers": "^4.1.0", | ||
"@turf/truncate": "^4.1.0", | ||
"@turf/helpers": "^4.2.0", | ||
"@turf/truncate": "^4.2.0", | ||
"benchmark": "^1.0.0", | ||
@@ -47,8 +47,8 @@ "eslint": "^3.16.1", | ||
"dependencies": { | ||
"@turf/bearing": "^4.1.0", | ||
"@turf/destination": "^4.1.0", | ||
"@turf/distance": "^4.1.0", | ||
"@turf/helpers": "^4.1.0", | ||
"@turf/point-on-line": "^4.1.0" | ||
"@turf/bearing": "^4.2.0", | ||
"@turf/destination": "^4.2.0", | ||
"@turf/distance": "^4.2.0", | ||
"@turf/helpers": "^4.2.0", | ||
"@turf/point-on-line": "^4.2.0" | ||
} | ||
} |
@@ -54,5 +54,4 @@ # @turf/line-slice | ||
//=line | ||
//=sliced | ||
//addToMap | ||
var addToMap = [start, stop, line] | ||
``` | ||
@@ -59,0 +58,0 @@ |
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
7380
85
84
Updated@turf/bearing@^4.2.0
Updated@turf/destination@^4.2.0
Updated@turf/distance@^4.2.0
Updated@turf/helpers@^4.2.0
Updated@turf/point-on-line@^4.2.0