Comparing version 0.1.9 to 0.1.10
@@ -5,5 +5,6 @@ { | ||
"repository": "git://github.com/ashaffer/dift.git", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"jsnext:main": "src/index.js", | ||
"scripts": { | ||
@@ -10,0 +11,0 @@ "prepublish": "rm -rf lib && babel src --out-dir lib", |
@@ -55,2 +55,6 @@ | ||
## Correctness | ||
List diff is extremely tricky to implement correctly. There are a lot of subtle edge cases and many of them are hard to think of a priori. To deal with this, dift has not just extensive tests but *exhaustive* tests. dift's tests explore the entire state space of roughly 8-10 item lists and ensure that the operations generated correctly produce the desired output. | ||
## License | ||
@@ -57,0 +61,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16108
70
447