Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
{ | ||
"name": "radspec", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "Radspec is a safe alternative to Ethereum's natspec", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -25,3 +25,3 @@ /** | ||
if (types.isInteger(this.type)) { | ||
if (types.isInteger(this.type) && !this.value._isBigNumber) { | ||
this.value = new BigNumber(this.value) | ||
@@ -28,0 +28,0 @@ } |
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
31120