Comparing version 1.1.2 to 1.1.3
@@ -82,2 +82,3 @@ 'use strict' | ||
var split = str.lastIndexOf('1') | ||
if (split === -1) throw new Error('No separator character for ' + str) | ||
if (split === 0) throw new Error('Missing prefix for ' + str) | ||
@@ -84,0 +85,0 @@ |
{ | ||
"name": "bech32", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Bech32 encoding / decoding", | ||
@@ -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
5661
119