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.7.0 to 3.7.1

4

base64.d.ts

@@ -12,7 +12,7 @@ /**

*/
declare const version = "3.7.0";
declare const version = "3.7.1";
/**
* @deprecated use lowercase `version`.
*/
declare const VERSION = "3.7.0";
declare const VERSION = "3.7.1";
/**

@@ -19,0 +19,0 @@ * polyfill version of `btoa`

@@ -40,3 +40,3 @@ //

*/
var version = '3.7.0';
var version = '3.7.1';
/**

@@ -43,0 +43,0 @@ * @deprecated use lowercase `version`.

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

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

"esm": "^3.2.25",
"mocha": "^8.4.0",
"typescript": "^3.9.7"

@@ -35,6 +36,3 @@ },

"author": "Dan Kogai",
"license": "BSD-3-Clause",
"dependencies": {
"mocha": "^8.4.0"
}
"license": "BSD-3-Clause"
}

@@ -28,3 +28,3 @@ [![build status](https://app.travis-ci.com/dankogai/js-base64.svg)](https://app.travis-ci.com/github/dankogai/js-base64)

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

@@ -52,3 +52,3 @@

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

@@ -60,3 +60,3 @@ ```

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

@@ -63,0 +63,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