@turf/line-slice-along
Advanced tools
Comparing version 3.7.2 to 3.7.3
{ | ||
"name": "@turf/line-slice-along", | ||
"version": "3.7.2", | ||
"version": "3.7.3", | ||
"description": "create line segment based on start and end distance on a given line string", | ||
@@ -27,11 +27,11 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/along": "^3.7.2" | ||
"@turf/along": "^3.7.3" | ||
}, | ||
"dependencies": { | ||
"@turf/bearing": "^3.7.0", | ||
"@turf/destination": "^3.7.2", | ||
"@turf/distance": "^3.7.2", | ||
"@turf/helpers": "^3.7.2" | ||
"@turf/bearing": "^3.7.3", | ||
"@turf/destination": "^3.7.3", | ||
"@turf/distance": "^3.7.3", | ||
"@turf/helpers": "^3.7.3" | ||
}, | ||
"types": "index.d.ts" | ||
} |
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
Updated@turf/bearing@^3.7.3
Updated@turf/destination@^3.7.3
Updated@turf/distance@^3.7.3
Updated@turf/helpers@^3.7.3