Socket
Socket
Sign inDemoInstall

@waiting/base64

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/base64 - npm Package Compare versions

Comparing version 4.2.7 to 4.2.8

6

CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

### [4.2.7](https://github.com/waitingsong/base64/compare/v4.2.6...v4.2.7) (2019-06-15)
### [4.2.8](https://github.com/waitingsong/base64/compare/v4.2.6...v4.2.8) (2019-06-15)

@@ -11,5 +11,5 @@

* update log ([ebffed1](https://github.com/waitingsong/base64/commit/ebffed1))
* **browser:** add 30_helper.test.ts ([13a8844](https://github.com/waitingsong/base64/commit/13a8844))
* add 40_browser-textencoder-polyfill.test.ts ([1c517e1](https://github.com/waitingsong/base64/commit/1c517e1))
* update log ([ebffed1](https://github.com/waitingsong/base64/commit/ebffed1))
* **browser:** add 40_browser-textencoder-polyfill.test.ts, and skipped ([6e2eb21](https://github.com/waitingsong/base64/commit/6e2eb21))

@@ -16,0 +16,0 @@

@@ -5,3 +5,3 @@ /**

*
* @version 4.2.7
* @version 4.2.8
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -5,3 +5,3 @@ /**

*
* @version 4.2.7
* @version 4.2.8
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -5,3 +5,3 @@ /**

*
* @version 4.2.7
* @version 4.2.8
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -5,3 +5,3 @@ /**

*
* @version 4.2.7
* @version 4.2.8
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

{
"name": "@waiting/base64",
"author": "waiting",
"version": "4.2.7",
"version": "4.2.8",
"description": "Base64 encoding/decoding in pure JS on both modern Browsers and Node.js. Also supports URL-safe base64",

@@ -6,0 +6,0 @@ "keywords": [

@@ -99,3 +99,4 @@ # Base64

<!-- polyfill for Edge
Note: text-encoder-lite can't parse 4-bytes UTF-8 char correctly
Note: text-encoder-lite can't parse 4-bytes UTF-8 char correctly,
so use text-encoding instead.
see: https://github.com/solderjs/TextEncoderLite/issues/16

@@ -102,0 +103,0 @@ -->

@@ -97,3 +97,4 @@ # Base64

<!-- Edge 补丁
Note: text-encoder-lite 不能正确处理四字节UTF-8字符
Note: text-encoder-lite 不能正确处理四字节UTF-8字符,
故使用 text-encoding 替代。
see: https://github.com/solderjs/TextEncoderLite/issues/16

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