@turf/meta
Advanced tools
Comparing version 3.10.5 to 3.13.0
@@ -641,3 +641,3 @@ /** | ||
var previousValue = initialValue; | ||
featureEach(layer, function (currentGeometry, currentIndex) { | ||
geomEach(layer, function (currentGeometry, currentIndex) { | ||
if (currentIndex === 0 && initialValue === undefined) { | ||
@@ -644,0 +644,0 @@ previousValue = currentGeometry; |
{ | ||
"name": "@turf/meta", | ||
"version": "3.10.5", | ||
"description": "meta and functional programming helpers for turf modules", | ||
"version": "3.13.0", | ||
"description": "turf meta 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" | ||
}, | ||
@@ -16,10 +22,2 @@ "keywords": [ | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@turf/helpers": "^3.10.5", | ||
"@turf/random": "^3.10.0", | ||
"benchmark": "^2.1.3", | ||
"eslint": "^3.14.1", | ||
"eslint-config-mourner": "^2.0.1", | ||
"tape": "^3.4.0" | ||
}, | ||
"repository": { | ||
@@ -29,3 +27,2 @@ "type": "git", | ||
}, | ||
"dependencies": {}, | ||
"homepage": "https://github.com/Turfjs/turf", | ||
@@ -35,3 +32,11 @@ "bugs": { | ||
}, | ||
"types": "index.d.ts" | ||
"devDependencies": { | ||
"@turf/helpers": "^3.13.0", | ||
"@turf/random": "^3.13.0", | ||
"benchmark": "^2.1.3", | ||
"eslint": "^3.14.1", | ||
"eslint-config-mourner": "^2.0.1", | ||
"tape": "^3.4.0" | ||
}, | ||
"dependencies": {} | ||
} |
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
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
0
42738
5
714