@turf/intersect
Advanced tools
Comparing version 3.10.0 to 3.13.0
{ | ||
"name": "@turf/intersect", | ||
"version": "3.10.0", | ||
"description": "find the intersection of spatial features", | ||
"version": "3.13.0", | ||
"description": "turf intersect module", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"test": "node test/test.js" | ||
"test": "node test.js", | ||
"bench": "node bench.js" | ||
}, | ||
@@ -26,9 +32,9 @@ "repository": { | ||
"benchmark": "^1.0.0", | ||
"glob": "~4.3.5", | ||
"tape": "~3.5.0" | ||
"load-json-file": "^2.0.0", | ||
"tape": "~3.5.0", | ||
"write-json-file": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"jsts": "1.3.0" | ||
}, | ||
"types": "index.d.ts" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
6621
4
5
64