Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

base64it

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base64it - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/browserNative.js
"use strict";
/*global window*/
exports.encode = window.btoa;
exports.decode = window.atob;
exports.encode = window.btoa.bind(window);
exports.decode = window.atob.bind(window);
{
"name": "base64it",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple base64 encoder/decoder that works with HTML5 and Node. Supports strict mode and URL safe encoding/decoding.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/YuzuJS/base64it",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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