We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f92d24 commit f5133f8Copy full SHA for f5133f8
lib/libbase64.js
@@ -161,8 +161,6 @@ class Decoder extends Transform {
161
162
this.inputBytes = 0;
163
this.outputBytes = 0;
164
-
165
- Transform.call(this, this.options);
166
}
167
168
_transform(chunk, encoding, done) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "libbase64",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Encode and decode base64 encoded strings",
5
"main": "lib/libbase64.js",
6
"scripts": {
0 commit comments