Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.10 to 1.3.11

2

package.json
{
"name": "@sinet/validation",
"version": "1.3.10",
"version": "1.3.11",
"description": "",

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

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

'affiliateId' : Joi.string().guid().required().description( 'The affiliiate id' ),
'feedbackId' : Joi.string().guid().required().description( 'The feedback id' )
'feedbackId' : Joi.string().guid().required().description( 'The feedback id' ),
'assessee' : Joi.number().integer().optional().description( 'The user id for the feedback recipient' )
};
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