@ronomon/base64
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@ronomon/base64", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Fast, robust Base64 encoder/decoder for Buffers in C++. Ignores whitespace. Detects corruption and truncation. Ships with extensive tests, a fuzz test and a benchmark.", | ||
@@ -26,5 +26,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ronomon/queue": "^2.1.0", | ||
"nan": "^2.6.2" | ||
"@ronomon/queue": "^3.0.0", | ||
"nan": "^2.7.0" | ||
} | ||
} |
46337
9
+ Added@ronomon/queue@3.0.1(transitive)
- Removed@ronomon/queue@2.1.0(transitive)
Updated@ronomon/queue@^3.0.0
Updatednan@^2.7.0