Comparing version 3.1.2 to 3.1.3
@@ -31,3 +31,3 @@ | ||
*/ | ||
const version = '3.1.2'; | ||
const version = '3.1.3'; | ||
const _b64chars | ||
@@ -34,0 +34,0 @@ = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; |
{ | ||
"name": "js-base64", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Yet another Base64 transcoder in pure-JS", | ||
@@ -10,4 +10,3 @@ "main": "base64.js", | ||
"base64.js", | ||
"base64.mjs", | ||
"base64-es5.js" | ||
"base64.mjs" | ||
], | ||
@@ -17,4 +16,3 @@ "scripts": { | ||
"test": "npm run makecjs && mocha --require @babel/register", | ||
"transpile": "babel base64.js -o base64-es5.js", | ||
"prepublishOnly": "npm run makecjs && npm run transpile" | ||
"transpile": "babel base64.js -o base64-es5.js" | ||
}, | ||
@@ -21,0 +19,0 @@ "devDependencies": { |
@@ -48,3 +48,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.1.2/base64.min.js"> | ||
<script src="https://cdn.jsdelivr.net/npm/js-base64@3.1.3/base64.min.js"> | ||
``` | ||
@@ -71,3 +71,3 @@ | ||
// note jsdelivr.net does not automatically minify .mjs | ||
import { Base64 } from 'https://cdn.jsdelivr.net/npm/js-base64@3.1.2/base64.mjs'; | ||
import { Base64 } from 'https://cdn.jsdelivr.net/npm/js-base64@3.1.3/base64.mjs'; | ||
</script> | ||
@@ -74,0 +74,0 @@ ``` |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
19880
5
427