@ronomon/deduplication
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@ronomon/deduplication", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Fast multi-threaded content-dependent chunking deduplication for Buffers in C++ with a reference implementation in Javascript. Ships with extensive tests, a fuzz test and a benchmark.", | ||
@@ -57,5 +57,5 @@ "main": "binding.node", | ||
"dependencies": { | ||
"@ronomon/queue": "^2.1.0", | ||
"nan": "^2.6.2" | ||
"@ronomon/queue": "^3.0.0", | ||
"nan": "^2.7.0" | ||
} | ||
} |
+ Added@ronomon/queue@3.0.1(transitive)
- Removed@ronomon/queue@2.1.0(transitive)
Updated@ronomon/queue@^3.0.0
Updatednan@^2.7.0