Comparing version 0.8.66 to 0.8.67
@@ -57,3 +57,3 @@ 'use strict'; | ||
} else { | ||
if (v[j] < '1' || v[j] > '9') | ||
if (v[0] < '1' || v[0] > '9') | ||
return false; | ||
@@ -60,0 +60,0 @@ } |
@@ -114,1 +114,6 @@ | ||
0.8.67 | ||
================== | ||
- [bugfix] bigint check. | ||
@@ -88,3 +88,3 @@ { | ||
"name": "febs", | ||
"version": "0.8.66" | ||
"version": "0.8.67" | ||
} |
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
9009206
113
89613