Socket
Socket
Sign inDemoInstall

b64

Package Overview
Dependencies
0
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 4.0.0

2

lib/decoder.js

@@ -105,2 +105,3 @@ 'use strict';

}
_transform(chunk, encoding, callback) {

@@ -121,2 +122,3 @@

}
_flush(callback) {

@@ -123,0 +125,0 @@

@@ -31,2 +31,3 @@ 'use strict';

}
_transform(chunk, encoding, callback) {

@@ -47,2 +48,3 @@

}
_flush(callback) {

@@ -49,0 +51,0 @@

7

package.json
{
"name": "b64",
"description": "Base64 streaming encoder and decoder",
"version": "3.0.3",
"version": "4.0.0",
"repository": "git://github.com/hapijs/b64",

@@ -15,8 +15,9 @@ "main": "lib/index.js",

"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
},
"dependencies": {},
"devDependencies": {
"code": "5.x.x",
"lab": "14.x.x",
"wreck": "12.x.x"
"wreck": "13.x.x"
},

@@ -23,0 +24,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc