@ronomon/base64
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -293,3 +293,3 @@ 'use strict'; | ||
try { | ||
Base64.binding.native = require('./build/Release/binding.node'); | ||
Base64.binding.native = require('./binding.node'); | ||
Base64.binding.active = Base64.binding.native; | ||
@@ -296,0 +296,0 @@ } catch (exception) { |
{ | ||
"name": "@ronomon/base64", | ||
"version": "2.0.1", | ||
"version": "2.1.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.", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"scripts": { | ||
"install": "node-gyp rebuild || exit 0", | ||
"postinstall": "node-gyp clean", | ||
"test": "node test.js" | ||
@@ -28,4 +28,4 @@ }, | ||
"@ronomon/queue": "^2.1.0", | ||
"nan": "^2.5.1" | ||
"nan": "^2.6.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46379
Updatednan@^2.6.2