Socket
Socket
Sign inDemoInstall

libbase64

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libbase64 - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

.github/FUNDING.yml

5

.prettierrc.js
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};

3

lib/libbase64.js
'use strict';
const stream = require('stream');
const { Buffer } = require('node:buffer');
const stream = require('node:stream');
const Transform = stream.Transform;

@@ -5,0 +6,0 @@

{
"name": "libbase64",
"version": "1.2.1",
"version": "1.3.0",
"description": "Encode and decode base64 encoded strings",
"main": "lib/libbase64.js",
"scripts": {
"test": "grunt"
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},

@@ -24,12 +25,12 @@ "repository": {

"devDependencies": {
"chai": "4.2.0",
"chai": "4.4.1",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.0.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-eslint": "22.0.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.3.0",
"grunt-mocha-test": "0.13.3",
"mocha": "6.2.0"
"mocha": "10.3.0"
},
"dependencies": {}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc