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.15 to 1.3.16

2

package.json
{
"name": "@sinet/validation",
"version": "1.3.15",
"version": "1.3.16",
"description": "",

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

@@ -123,3 +123,6 @@ 'use strict';

// Boolean value to allow digital signatures
'allowSignature' : Joi.boolean().optional().description( 'indicator that the current template will allow digital signatures' )
'allowSignature' : Joi.boolean().optional().description( 'indicator that the current template will allow digital signatures' ),
// Hash Version Id
'versionId' : Joi.string().guid().optional().description( 'The template hash version id' )
};

@@ -126,0 +129,0 @@

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