Comparing version 3.0.3 to 3.0.4
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package