@turf/point-to-line-distance
Advanced tools
Comparing version 6.2.0 to 6.3.0
{ | ||
"name": "@turf/point-to-line-distance", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"description": "turf point-to-line-distance module", | ||
@@ -29,4 +29,7 @@ "author": "Turf Authors", | ||
"exports": { | ||
"import": "./dist/es/index.js", | ||
"require": "./dist/js/index.js" | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": "./dist/es/index.js", | ||
"require": "./dist/js/index.js" | ||
} | ||
}, | ||
@@ -49,3 +52,3 @@ "types": "dist/js/index.d.ts", | ||
"devDependencies": { | ||
"@turf/circle": "^6.2.0", | ||
"@turf/circle": "^6.3.0", | ||
"@types/tape": "*", | ||
@@ -62,12 +65,12 @@ "benchmark": "*", | ||
"dependencies": { | ||
"@turf/bearing": "^6.2.0", | ||
"@turf/distance": "^6.2.0", | ||
"@turf/helpers": "^6.2.0", | ||
"@turf/invariant": "^6.2.0", | ||
"@turf/meta": "^6.2.0", | ||
"@turf/projection": "^6.2.0", | ||
"@turf/rhumb-bearing": "^6.2.0", | ||
"@turf/rhumb-distance": "^6.2.0" | ||
"@turf/bearing": "^6.3.0", | ||
"@turf/distance": "^6.3.0", | ||
"@turf/helpers": "^6.3.0", | ||
"@turf/invariant": "^6.3.0", | ||
"@turf/meta": "^6.3.0", | ||
"@turf/projection": "^6.3.0", | ||
"@turf/rhumb-bearing": "^6.3.0", | ||
"@turf/rhumb-distance": "^6.3.0" | ||
}, | ||
"gitHead": "c277baf2b967a35efec75de9ae54869d20da5288" | ||
"gitHead": "57c8877e1e2d67effc2cdd23385c02b2a6615a49" | ||
} |
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
14273
Updated@turf/bearing@^6.3.0
Updated@turf/distance@^6.3.0
Updated@turf/helpers@^6.3.0
Updated@turf/invariant@^6.3.0
Updated@turf/meta@^6.3.0
Updated@turf/projection@^6.3.0
Updated@turf/rhumb-bearing@^6.3.0
Updated@turf/rhumb-distance@^6.3.0