JSPM

git-apply-delta

0.0.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3399
  • Score
    100M100P100Q129559F
  • License MIT

apply delta buffer to target buffer

Package Exports

  • git-apply-delta

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-apply-delta) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

git-apply-delta

apply a git delta buffer to a git target buffer.

used by git packfiles to unpack REF and OFS delta objects.

Build Status browser support

var apply = require('git-apply-delta')

var result = apply(delta, target)

api

apply(Buffer delta, Buffer target) -> Buffer result

apply the delta buffer to the target buffer and return a new buffer containing the result.

license

MIT