@aml-org/amf-custom-validator
Advanced tools
Comparing version 1.5.0-STABILITY-SNAPSHOT.2 to 1.5.0
10
cli.js
@@ -10,5 +10,7 @@ const validator = require("./index.js"); | ||
validator.validate(profile, data, debug, (result, other) => { | ||
console.log(result); | ||
validator.exit(); | ||
}); | ||
validator.initialize((any) => validator.validate(profile, data, debug, (result, other) => { | ||
console.log(result); | ||
validator.exit(); | ||
}) | ||
) | ||
{ | ||
"name": "@aml-org/amf-custom-validator", | ||
"version": "1.5.0-STABILITY-SNAPSHOT.2", | ||
"version": "1.5.0", | ||
"description": "AMF validator backed by OPA Rego", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5720348
697
1