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

@turf/area

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/area - npm Package Compare versions

Comparing version 3.10.0 to 3.13.0

24

package.json
{
"name": "@turf/area",
"version": "3.10.0",
"description": "calculate the area of a polygon or multipolygon feature",
"version": "3.13.0",
"description": "turf area module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "tape test.js"
"test": "node test.js",
"bench": "node bench.js"
},

@@ -17,5 +23,2 @@ "keywords": [

"license": "MIT",
"dependencies": {
"@mapbox/geojson-area": "^0.2.2"
},
"repository": {

@@ -25,2 +28,6 @@ "type": "git",

},
"homepage": "https://github.com/Turfjs/turf",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"devDependencies": {

@@ -30,6 +37,5 @@ "geojson-fixtures": "^0.6.0",

},
"homepage": "https://github.com/Turfjs/turf",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
"dependencies": {
"@mapbox/geojson-area": "^0.2.2"
}
}

Sorry, the diff of this file is not supported yet

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