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 Versions

13
9

2.2.1

Diff

Changelog

Source

[2.2.1] - 12-14-2020

Fixed

  • Handling of null geometry in the to-Esri geometry transform
  • Fix check for reprojection
richgwozdz
published 2.2.0 •

Changelog

Source

[2.2.0] - 12-09-2020

Added

  • Allow input geospatial data that does not use the WGS84 coordinate system. Input coordinate system can be defined with the inputCrs options or defined on the GeoJSON collection via the crs path.
  • Add outputCrs option as an alias for the projection option as it is a better description of the option's value and compliments inputCrs.
  • Add WKT lookup for spatial reference ids passed as inputCrs, outputCrs (formerly projection), inputSR, or geometry-filter wkid/latestWkid
richgwozdz
published 2.1.1 •

Changelog

Source

[2.1.1] - 11-11-2020

Fixed

  • Fixes a bug in the "envelope-intersects" operation. Research indicates that the Esri envelope-intersects operation should check that an "Envelope of Query Geometry Intersects Envelope of Target Geometry" (see here).
  • Handle sql-escape single quotes in where parameter, e.g. where=food=bar''s

Added

  • Adds support for the != operator in the hashed OBJECTID comparison.
richgwozdz
published 2.1.0 •

Changelog

Source

[2.1.0] - 10-06-2020

Added

  • Use environment variable to force javascript hashing of feature for OBJECTID. OBJECTID_FEATURE_HASH=javascript
richgwozdz
published 2.0.2 •

Changelog

Source

[2.0.2] - 09-23-2020

Fixed

  • Farmhash was not working on Heroku, now can gracefully fallback on systems without a working Farmhash binary.
richgwozdz
published 2.0.1 •

Changelog

Source

[2.0.1] - 09-10-2020

Fixed

  • Version bump for flopped release and publish
richgwozdz
published 2.0.0 •

Changelog

Source

[2.0.0] - 09-08-2020

Changed

  • Drop support for older Node by remove Babel compile.
  • Remove src directory and replace with lib.
  • Move methods from index.js to their own files.
  • Rename/reorganize files for clarity and to prevent collisions caused by moving methods out of index.js.
richgwozdz
published 1.16.13 •

Changelog

Source

[1.16.13] - 06-16-2020

Changed

  • update from terraformer to @terraformer/spatial
richgwozdz
published 1.16.12 •

Changelog

Source

[1.16.12] - 03-06-2020

### Fixed

  • Fix returning null dates instead of 0.
richgwozdz
published 1.16.11 •

Changelog

Source

[1.16.11] - 11-05-2019

Changed

  • Version bump
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