Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@turf/meta

Package Overview
Dependencies
Maintainers
9
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/meta - npm Package Compare versions

Comparing version
7.3.0
to
7.3.1
+5
-6
package.json
{
"name": "@turf/meta",
"version": "7.3.0",
"version": "7.3.1",
"description": "Provides tools for iterating over and manipulating GeoJSON objects.",

@@ -71,3 +71,3 @@ "author": "Turf Authors",

"docs": "tsx ../../scripts/generate-readmes.ts",
"test": "npm-run-all --npm-path npm test:*",
"test": "pnpm run /test:.*/",
"test:tape": "tsx test.ts",

@@ -77,6 +77,5 @@ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"

"devDependencies": {
"@turf/random": "7.3.0",
"@turf/random": "7.3.1",
"@types/benchmark": "^2.1.5",
"benchmark": "^2.1.4",
"npm-run-all": "^4.1.5",
"tape": "^5.9.0",

@@ -87,6 +86,6 @@ "tsup": "^8.4.0",

"dependencies": {
"@turf/helpers": "7.3.0",
"@turf/helpers": "7.3.1",
"@types/geojson": "^7946.0.10"
},
"gitHead": "9f58a103e8f9a587ab640307ed03ba5233913ddd"
"gitHead": "b7f1b4eafb760431e03955499d8eac9489438219"
}