Comparing version 0.4.1 to 0.4.2
@@ -817,3 +817,3 @@ function assert(val, msg) { | ||
var carry = q; | ||
for (var i = s; carry != 0 && i < this.length; i++) { | ||
for (var i = s; carry !== 0 && i < this.length; i++) { | ||
var w = this.words[i]; | ||
@@ -820,0 +820,0 @@ w += carry; |
{ | ||
"name": "bn.js", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Big number implementation in pure javascript", | ||
@@ -5,0 +5,0 @@ "main": "lib/bn.js", |
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
35118