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

js-base64

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-base64 - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

base64.js

@@ -25,3 +25,3 @@ /**

const _Base64 = global.Base64;
const version = '3.0.2';
const version = '3.0.4';
const _b64chars

@@ -28,0 +28,0 @@ = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';

{
"name": "js-base64",
"version": "3.0.3",
"version": "3.0.4",
"license": "BSD-3-Clause",

@@ -5,0 +5,0 @@ "main": [

{
"name": "js-base64",
"version": "3.0.3",
"version": "3.0.4",
"description": "Yet another Base64 transcoder in pure-JS",

@@ -5,0 +5,0 @@ "main": "base64.js",

@@ -50,3 +50,3 @@ [![build status](https://secure.travis-ci.org/dankogai/js-base64.png)](http://travis-ci.org/dankogai/js-base64)

```html
<script src="https://cdn.jsdelivr.net/npm/js-base64@3.0.3/base64.min.js">
<script src="https://cdn.jsdelivr.net/npm/js-base64@3.0.4/base64.min.js">
```

@@ -53,0 +53,0 @@

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