@turf/shortest-path
Advanced tools
Comparing version 7.0.0-alpha.113 to 7.0.0-alpha.114
{ | ||
"name": "@turf/shortest-path", | ||
"version": "7.0.0-alpha.113+876702a45", | ||
"version": "7.0.0-alpha.114+e0bdd0add", | ||
"description": "turf shortest-path module", | ||
@@ -28,6 +28,6 @@ "author": "Turf Authors", | ||
], | ||
"type": "commonjs", | ||
"type": "module", | ||
"main": "dist/cjs/index.cjs", | ||
"module": "dist/esm/index.mjs", | ||
"types": "dist/cjs/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"exports": { | ||
@@ -37,7 +37,7 @@ "./package.json": "./package.json", | ||
"import": { | ||
"types": "./dist/esm/index.d.mts", | ||
"default": "./dist/esm/index.mjs" | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/index.d.ts", | ||
"types": "./dist/cjs/index.d.cts", | ||
"default": "./dist/cjs/index.cjs" | ||
@@ -57,6 +57,6 @@ } | ||
"test:tape": "tsx test.ts", | ||
"test:types": "tsc --esModuleInterop --noEmit --strict types.ts" | ||
"test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" | ||
}, | ||
"devDependencies": { | ||
"@turf/truncate": "^7.0.0-alpha.113+876702a45", | ||
"@turf/truncate": "^7.0.0-alpha.114+e0bdd0add", | ||
"@types/benchmark": "^2.1.5", | ||
@@ -74,14 +74,14 @@ "@types/tape": "^4.2.32", | ||
"dependencies": { | ||
"@turf/bbox": "^7.0.0-alpha.113+876702a45", | ||
"@turf/bbox-polygon": "^7.0.0-alpha.113+876702a45", | ||
"@turf/boolean-point-in-polygon": "^7.0.0-alpha.113+876702a45", | ||
"@turf/clean-coords": "^7.0.0-alpha.113+876702a45", | ||
"@turf/distance": "^7.0.0-alpha.113+876702a45", | ||
"@turf/helpers": "^7.0.0-alpha.113+876702a45", | ||
"@turf/invariant": "^7.0.0-alpha.113+876702a45", | ||
"@turf/meta": "^7.0.0-alpha.113+876702a45", | ||
"@turf/transform-scale": "^7.0.0-alpha.113+876702a45", | ||
"@turf/bbox": "^7.0.0-alpha.114+e0bdd0add", | ||
"@turf/bbox-polygon": "^7.0.0-alpha.114+e0bdd0add", | ||
"@turf/boolean-point-in-polygon": "^7.0.0-alpha.114+e0bdd0add", | ||
"@turf/clean-coords": "^7.0.0-alpha.114+e0bdd0add", | ||
"@turf/distance": "^7.0.0-alpha.114+e0bdd0add", | ||
"@turf/helpers": "^7.0.0-alpha.114+e0bdd0add", | ||
"@turf/invariant": "^7.0.0-alpha.114+e0bdd0add", | ||
"@turf/meta": "^7.0.0-alpha.114+e0bdd0add", | ||
"@turf/transform-scale": "^7.0.0-alpha.114+e0bdd0add", | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584" | ||
"gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
90175
Yes
2