Socket
Socket
Sign inDemoInstall

@sinet/validation

Package Overview
Dependencies
10
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.15-a to 1.3.15-b

2

package.json
{
"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' )
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc