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 0.9.0 to 0.9.1

.npmignore

2

lib/base64it.js

@@ -7,3 +7,3 @@ "use strict";

if (window && typeof window.btoa === "function") { // When running in a browser.
if (typeof window !== "undefined" && typeof window.btoa === "function") { // When running in a browser.

@@ -10,0 +10,0 @@ strictEncode = function (unencoded) {

{
"name": "base64it",
"version": "0.9.0",
"version": "0.9.1",
"description": "A simple base64 encoder/decoder that works with HTML5 and Node. Supports strict mode and URL safe.",

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

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