Comparing version 3.0.2 to 3.0.3
@@ -52,2 +52,3 @@ // base-x encoding | ||
function decodeUnsafe (string) { | ||
if (typeof string !== 'string') throw new TypeError('Expected String') | ||
if (string.length === 0) return Buffer.allocUnsafe(0) | ||
@@ -54,0 +55,0 @@ |
{ | ||
"name": "base-x", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Fast base encoding / decoding of any given alphabet", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
7108
73