@ronomon/base64
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "@ronomon/base64", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"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.", | ||
@@ -27,4 +27,4 @@ "main": "index.js", | ||
"@ronomon/queue": "^3.0.0", | ||
"nan": "^2.10.0" | ||
"nan": "^2.11.0" | ||
} | ||
} |
Updatednan@^2.11.0