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.20 to 1.3.21

2

package.json
{
"name": "@sinet/validation",
"version": "1.3.20",
"version": "1.3.21",
"description": "",

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

@@ -30,3 +30,3 @@ 'use strict';

'Remover' : userId.description( 'The user that removed this user' ),
'RoleTypeId' : Joi.any().valid( 1, 3, 4 ).description( 'The role type id for the user' ).notes( [ '1 : user', '2 : ??? (no longer used)', '3 : SINET Employee', '4 : Trial User (on its way out, not sure if it\'s used' ] ),
'RoleTypeId' : Joi.any().valid( 1, 2, 3, 4 ).description( 'The role type id for the user' ).notes( [ '1 : user', '2 : resource library', '3 : SINET Employee', '4 : Trial User (on its way out, not sure if it\'s used' ] ),
'UseWizards' : Joi.any().valid( 0, 1 ).description( 'Whether the user should use the wizards' ).notes( 'This might no longer be used' ),

@@ -33,0 +33,0 @@ 'Verified' : Joi.date().description( 'Whether the account has been verified' )

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