An open API service indexing awesome lists of open source software.

https://github.com/aleclarson/diff-sequence

An implementation of a diff algorithm on arrays and objects
https://github.com/aleclarson/diff-sequence

Last synced: 2 months ago
JSON representation

An implementation of a diff algorithm on arrays and objects

Awesome Lists containing this project

README

          

# diff-sequence v1.0.0 [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)

This package is stripped from [meteor/diff-sequence](https://atmospherejs.com/meteor/diff-sequence) and made compatible with [React Native](https://github.com/facebook/react-native).

**Note:** This package is only for client-side usage.

```js
var DiffSequence = require('diff-sequence');
```