Comparing version 2.2.3 to 2.2.4
@@ -5,2 +5,6 @@ # Change Log | ||
## [2.2.4] - 02-10-2021 | ||
### Fixed | ||
* Warning log for missing geometry filter spatial reference | ||
## [2.2.3] - 01-25-2021 | ||
@@ -379,2 +383,3 @@ ### Changed | ||
[2.2.4]: https://github.com/featureserver/winnow/compare/v2.2.3...v2.2.4 | ||
[2.2.3]: https://github.com/featureserver/winnow/compare/v2.2.2...v2.2.3 | ||
@@ -381,0 +386,0 @@ [2.2.2]: https://github.com/featureserver/winnow/compare/v2.2.1...v2.2.2 |
@@ -18,3 +18,3 @@ const _ = require('lodash') | ||
if (logWarning) console.log('WARNING: geometry filter spatial reference unknown. Defaulting to EPSG:4326.') | ||
if (!spatialReference && logWarning) console.log('WARNING: geometry filter spatial reference unknown. Defaulting to EPSG:4326.') | ||
@@ -21,0 +21,0 @@ return spatialReference || { wkid: 4326 } |
{ | ||
"name": "winnow", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Apply sql-like filters to GeoJSON", | ||
@@ -11,3 +11,5 @@ "main": "index.js", | ||
"test": "standard && tape 'test/**/*.js' | tap-spec", | ||
"fix": "standard --fix" | ||
"fix": "standard --fix", | ||
"benchmark": "node benchmark/index.js", | ||
"benchmark:ci": "node benchmark/index.js | tee benchmark-result.txt" | ||
}, | ||
@@ -59,2 +61,4 @@ "repository": { | ||
"devDependencies": { | ||
"benchmark": "^2.1.4", | ||
"fs-extra": "^9.0.1", | ||
"husky": "^4.3.0", | ||
@@ -61,0 +65,0 @@ "lint-staged": "^10.4.0", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
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
260296
81
1755
9
19