Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

winnow

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winnow - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

.github/workflows/ci.yml

5

CHANGELOG.md

@@ -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

2

lib/normalize-query-options/geometry-filter-spatial-reference.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc