@turf/turf
Advanced tools
Comparing version 3.11.7 to 3.12.1
@@ -80,2 +80,3 @@ import { | ||
import * as lineIntersect from '@turf/line-intersect'; | ||
import * as mask from '@turf/mask'; | ||
@@ -153,3 +154,4 @@ export { | ||
geomEach, | ||
lineIntersect | ||
lineIntersect, | ||
mask | ||
}; |
@@ -66,2 +66,3 @@ /*eslint global-require: 0*/ | ||
lineIntersect: require('@turf/line-intersect'), | ||
mask: require('@turf/mask'), | ||
point: helpers.point, | ||
@@ -68,0 +69,0 @@ polygon: helpers.polygon, |
{ | ||
"name": "@turf/turf", | ||
"version": "3.11.7", | ||
"version": "3.12.1", | ||
"description": "a JavaScript library for performing geospatial operations with GeoJSON", | ||
@@ -110,3 +110,4 @@ "main": "index.js", | ||
"@turf/flatten": "^3.10.5", | ||
"@turf/line-intersect": "^3.11.6" | ||
"@turf/line-intersect": "^3.11.6", | ||
"@turf/mask": "^3.12.0" | ||
}, | ||
@@ -113,0 +114,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
1355724
55
14511
+ Added@turf/mask@^3.12.0
+ Added@turf/mask@3.14.0(transitive)