@turf/concave
Advanced tools
Comparing version 6.0.5 to 6.2.0-alpha.0
{ | ||
"name": "@turf/concave", | ||
"version": "6.0.5", | ||
"version": "6.2.0-alpha.0", | ||
"description": "turf concave module", | ||
"main": "index", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"lib/turf-dissolve.js", | ||
"lib/turf-dissolve.d.ts", | ||
"lib/turf-line-dissolve.js", | ||
"lib/turf-line-dissolve.d.ts", | ||
"lib/turf-polygon-dissolve.js", | ||
"lib/turf-polygon-dissolve.d.ts" | ||
], | ||
"scripts": { | ||
"prepare": "tsc", | ||
"pretest": "tsc", | ||
"test": "node test.js", | ||
"bench": "node bench.js", | ||
"docs": "node ../../scripts/generate-readmes" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
"keywords": [ | ||
"turf", | ||
"gis", | ||
"concave", | ||
"geometry" | ||
], | ||
"author": "Turf Authors", | ||
@@ -51,2 +22,29 @@ "contributors": [ | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
"keywords": [ | ||
"turf", | ||
"gis", | ||
"concave", | ||
"geometry" | ||
], | ||
"main": "dist/js/index.js", | ||
"module": "dist/es/index.js", | ||
"types": "dist/js/index.d.ts", | ||
"sideEffects": false, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"bench": "npm-run-all prepare bench:run", | ||
"bench:run": "node bench.js", | ||
"docs": "node ../../scripts/generate-readmes", | ||
"prepare": "npm-run-all prepare:*", | ||
"prepare:es": "tsc --outDir dist/es --module esnext --declaration false", | ||
"prepare:js": "tsc", | ||
"test": "npm-run-all prepare test:*", | ||
"test:tape": "node -r esm test.js" | ||
}, | ||
"devDependencies": { | ||
@@ -63,10 +61,11 @@ "@types/tape": "*", | ||
"dependencies": { | ||
"@turf/clone": "6.x", | ||
"@turf/distance": "6.x", | ||
"@turf/helpers": "6.x", | ||
"@turf/invariant": "6.x", | ||
"@turf/meta": "6.x", | ||
"@turf/tin": "6.x", | ||
"@turf/clone": "^6.2.0-alpha.0", | ||
"@turf/distance": "^6.2.0-alpha.0", | ||
"@turf/helpers": "^6.2.0-alpha.0", | ||
"@turf/invariant": "^6.2.0-alpha.0", | ||
"@turf/meta": "^6.2.0-alpha.0", | ||
"@turf/tin": "^6.2.0-alpha.0", | ||
"topojson": "3.x" | ||
} | ||
}, | ||
"gitHead": "23b651deaa1ca6a0960d0142aea620b7cc6a076d" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30680
15
683
1
2
Updated@turf/clone@^6.2.0-alpha.0
Updated@turf/helpers@^6.2.0-alpha.0
Updated@turf/meta@^6.2.0-alpha.0
Updated@turf/tin@^6.2.0-alpha.0