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
- Host: GitHub
- URL: https://github.com/aleclarson/diff-sequence
- Owner: aleclarson
- License: mit
- Created: 2015-08-02T02:04:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T17:04:14.000Z (over 7 years ago)
- Last Synced: 2025-12-25T18:59:19.383Z (6 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diff-sequence v1.0.0 [](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');
```