@ronomon/base64
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "@ronomon/base64", | ||
"version": "2.4.0", | ||
"version": "2.4.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.", | ||
"main": "index.js", | ||
"files": [ | ||
"benchmark.js", | ||
"binding.cc", | ||
"binding.gyp", | ||
"fast-slow.js", | ||
"index.js", | ||
"test.js" | ||
], | ||
"repository": { | ||
@@ -7,0 +15,0 @@ "type": "git", |
46463