Comparing version 0.9.0 to 0.9.1
@@ -7,3 +7,3 @@ "use strict"; | ||
if (window && typeof window.btoa === "function") { // When running in a browser. | ||
if (typeof window !== "undefined" && typeof window.btoa === "function") { // When running in a browser. | ||
@@ -10,0 +10,0 @@ strictEncode = function (unencoded) { |
{ | ||
"name": "base64it", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A simple base64 encoder/decoder that works with HTML5 and Node. Supports strict mode and URL safe.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/YuzuJS/base64it", |
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
3145
5