New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gdal-async

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gdal-async - npm Package Versions

1
45

3.1.1

Diff

Changelog

Source

[3.1.1] 2021-05-14

Changed

  • Fully unit-tested TypeScript definitions with many method signatures fixed
  • Properties without setters are now correctly identified as being read-only in the TypeScript bindings
  • Exported all previously internal _options types used for methods such as RasterBand.read or reprojectImage
mmomtchev
published 3.1.0 •

Changelog

Source

[3.1.0] 2021-05-11

Added

  • Add full TypeScript support

  • Complete reworking of the Geometry code adding support for CircularString, CompoundCurve and MultiCurve

  • Add JS iterators to all collections

  • Enable MapInfo TAB and MIF/MID

  • Fixed a typo in gdal.SpatialReference, isVectical() method should be isVertical(), the misspelled method will be kept until the next major release

  • Expanded unit testing, code coverage is 81% up from 70%

Changed

  • Process the unit testing suite with ASAN and fix all memory leaks

Added

  • Support Node.js 16
  • Merge node-gdal-next@2.8.0

Changed

  • Build GDAL against the internal zlib in Node.js to avoid a conflict causing data corruption
  • Enforce code coverage checks and re-enable all disabled unit tests
mmomtchev
published 3.0.3 •

mmomtchev
published 3.0.2 •

mmomtchev
published 3.0.1 •

Changelog

Source

[3.0.1] 2021-04-09

Changed

  • Follow the Node.js callback error convention, returning null instead of undefined for the error argument on success and returning an Error object instead of a string on error
  • Lots of minor documentation fixes
mmomtchev
published 3.0.0 •

Changelog

Source

[3.0.0] 2021-03-26

First release of node-gdal-async, forked from node-gdal-next@2.6.2

Added

  • Full support for asynchronous operations
  • GDAL 3.2.2
  • vsimem support
  • MVT writing
  • SQLite integration

Changed

  • Packages built through Github Actions
  • Packages published through Github Packages
  • Numerous small bugfixes
1
45
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