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.3.1 to 3.3.2

2

base64.d.ts

@@ -12,3 +12,3 @@ /**

*/
declare const version = "3.3.1";
declare const version = "3.3.2";
/**

@@ -15,0 +15,0 @@ * converts a Uint8Array to a Base64 string

@@ -43,3 +43,3 @@

*/
const version = '3.3.1';
const version = '3.3.2';
const _b64chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';

@@ -46,0 +46,0 @@ const _b64tab = ((chars) => {

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

@@ -11,3 +11,2 @@ "main": "base64.js",

"base64.mjs",
"base64.ts",
"base64.d.ts"

@@ -19,4 +18,4 @@ ],

"devDependencies": {
"typescript" : "^3.9.7",
"@types/node" : "^14.0.26",
"typescript": "^3.9.7",
"@types/node": "^14.0.26",
"esm": "^3.2.25",

@@ -23,0 +22,0 @@ "mocha": "^8.0.0"

@@ -30,3 +30,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.3.1/base64.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-base64@3.3.2/base64.min.js"></script>
```

@@ -62,3 +62,3 @@

// note jsdelivr.net does not automatically minify .mjs
import { Base64 } from 'https://cdn.jsdelivr.net/npm/js-base64@3.3.1/base64.mjs';
import { Base64 } from 'https://cdn.jsdelivr.net/npm/js-base64@3.3.2/base64.mjs';
</script>

@@ -70,3 +70,3 @@ ```

// or if you prefer no Base64 namespace
import { encode, decode } from 'https://cdn.jsdelivr.net/npm/js-base64@3.3.1/base64.mjs';
import { encode, decode } from 'https://cdn.jsdelivr.net/npm/js-base64@3.3.2/base64.mjs';
</script>

@@ -73,0 +73,0 @@ ```

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