This website works better with JavaScript.
Explore
Help
Sign In
akira
/
superdiff
Watch
1
Star
0
Fork
You've already forked superdiff
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Superdiff provides a complete and readable diff for both arrays and objects. Plus, it supports stream and file inputs for handling large datasets efficiently, is battle-tested, has zero dependencies, and is super fast.
array-comparison
comparison
comparison-tool
deep-diff
diff
json-diff
nodejs
object-comparison
object-diff
objectdiff
objectdifference
react
streaming
streaming-data
typescript
46
Commits
1
Branch
13
Tags
585 KiB
Tree:
88a11d3bc4
superdiff
/
jest.config.js
6 lines
75 B
Raw
Normal View
History
Unescape
Escape
feat: start list test
2 years ago
module
.
exports
=
{
transform
:
{
"^.+\\.(ts|js)$"
:
"ts-jest"
,
}
,
}
;