contractis
Advanced tools
Comparing version 0.0.7 to 0.0.8
const gen = require("./generators"); | ||
const check_contract = require("./check"); | ||
isnum = x => typeof x === "number"; | ||
const isnum = x => typeof x === "number"; | ||
@@ -6,0 +6,0 @@ const mkContract = c => { |
{ | ||
"name": "contractis", | ||
"version": "0.0.7", | ||
"description": "", | ||
"version": "0.0.8", | ||
"description": "Design by Contract for JavaScript", | ||
"repository": "github:saltcorn/saltcorn", | ||
"main": "index.js", | ||
@@ -20,3 +21,3 @@ "scripts": { | ||
}, | ||
"gitHead": "d72ef79b2542479469fd28919a33525d8f4a8144" | ||
"gitHead": "d4a0f3070191b628424af5325c229a0c82681de7" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
31602