@stablelib/base64
Advanced tools
Comparing version 0.5.0 to 0.7.2
@@ -6,3 +6,3 @@ // Copyright (C) 2016 Dmitry Chestnykh | ||
const testVectors = [ | ||
const testVectors: [number[], string][] = [ | ||
// https://tools.ietf.org/html/rfc4648 | ||
@@ -9,0 +9,0 @@ [[], ""], |
{ | ||
"name": "@stablelib/base64", | ||
"version": "0.5.0", | ||
"version": "0.7.2", | ||
"description": "Base64 encoding and decoding", | ||
@@ -5,0 +5,0 @@ "main": "./lib/base64.js", |
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
45996
0