xdelta-async-nodejs-addon
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

xdelta-async-nodejs-addon

Build Status npm version

Asynchronous native addon for Node.js that allows generating and applying diffs/patches in VCDIFF format using the xdelta algorithm.

Usage

The repo could be imported as npm package by adding

"dependencies":  {
  ...
  "xdelta": "git://github.com/ably/xdelta-async-nodejs-addon.git",
  ...
}

to your package.json.

Caveats

The build infrastructure of the addon currently depends on tools that are Mac and Linux specific. Consequently, an installation on Windows will not be possible at this time.

Release checklist

  1. Run grunt release:<type> (where type is "major", "minor", "patch", "prepatch")
  2. Run grunt release:deploy
  3. Visit https://github.com/ably/xdelta-async-nodejs-addon/tags and draft new release for the newly created tag

License

Copyright (c) 2019 Ably Real-time Ltd, Licensed under the Apache License, Version 2.0. Refer to LICENSE for the license terms.

Readme

Keywords

none

Package Sidebar

Install

npm i xdelta-async-nodejs-addon

Weekly Downloads

68

Version

1.0.2

License

Apache-2.0

Unpacked Size

1.43 MB

Total Files

110

Last publish

Collaborators

  • andrii.bulat.ably
  • ttypic
  • hingasellu
  • mschristensen
  • ably-realtime
  • simonw_ably
  • owenpearson