contractis
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -31,5 +31,5 @@ const gen = require("./generators"); | ||
: isnum((opts || {}).lte) | ||
? opts.lte - gen.num_positive | ||
? opts.lte - gen.num_positive() | ||
: isnum((opts || {}).gte) | ||
? opts.gte + gen.num_positive | ||
? opts.gte + gen.num_positive() | ||
: gen.any_num(), | ||
@@ -36,0 +36,0 @@ }); |
{ | ||
"name": "contractis", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Design by Contract for JavaScript", | ||
@@ -21,3 +21,3 @@ "repository": "github:saltcorn/saltcorn", | ||
}, | ||
"gitHead": "ee69772ae35736292ea2d00933fa08f95b3b8e01" | ||
"gitHead": "776883807352b79551cab678f76027892934260f" | ||
} |
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
32167