@sinet/validation
Advanced tools
Comparing version 1.3.15-a to 1.3.15-b
{ | ||
"name": "@sinet/validation", | ||
"version": "1.3.15a", | ||
"version": "1.3.15b", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,4 @@ 'use strict'; | ||
'recordState' : Joi.string().valid( [ 'draft', 'publish' ] ).optional().description( 'The edit state of the mc: e.g. draft, publish' ), | ||
'parentMcId' : Joi.string().guid().optional().description( 'The parent\'s microcredential id, the old version microcredential id' ) | ||
'parentMcId' : Joi.string().guid().optional().description( 'The parent\'s microcredential id, the old version microcredential id' ), | ||
'publishDate' : Joi.date().required().description( 'The date when the MC is published' ) | ||
}; |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
35891
688