New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turf/concave

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/concave - npm Package Compare versions

Comparing version 6.0.5 to 6.2.0-alpha.0

dist/es/index.js

73

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc