Socket
Socket
Sign inDemoInstall

@sinet/validation

Package Overview
Dependencies
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sinet/validation - npm Package Compare versions

Comparing version 1.3.18 to 1.3.19

2

package.json
{
"name": "@sinet/validation",
"version": "1.3.18",
"version": "1.3.19",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,3 +14,4 @@ 'use strict';

'completedDate' : Joi.date().optional().description( 'The completed date' ),
'assignedDate' : Joi.date().optional().description( 'The date when the pd was assigned' )
'assignedDate' : Joi.date().optional().description( 'The date when the pd was assigned' ),
'pdOwner' : Joi.number().integer().optional().description( 'Owner of the pd' )
};
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc