dat-encoding
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "dat-encoding", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "juliangruber/dat-encoding", |
@@ -27,3 +27,3 @@ | ||
Decode `str` into its binary representation. If `str` is a 64 character legacy link, simply applies base64 decoding. | ||
Decode `str` into its binary representation. If `str` is a 64 character legacy link, simply applies hex decoding. | ||
@@ -30,0 +30,0 @@ ## License |
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
2450