Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dift

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dift - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

src/index.js

3

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc