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

xdelta-async-nodejs-addon

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xdelta-async-nodejs-addon

[![Build Status](https://travis-ci.org/ably/xdelta-async-nodejs-addon.svg?branch=master)](https://travis-ci.org/ably/xdelta-async-nodejs-addon)

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
76
increased by72.73%
Maintainers
1
Weekly downloads
 
Created
Source

xdelta-async-nodejs-addon

Build Status

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.

FAQs

Package last updated on 29 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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