Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@sinet/validation

Package Overview
Dependencies
5
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

schemas/authentication/index.js

3

index.js
'use strict';
var validations = {
'authentication' : require( './authentication' )
'authentication' : require( './schemas/authentication' ),
'user' : require( './schemas/user' )
};
module.exports = validations;
{
"name": "@sinet/validation",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -28,4 +28,4 @@ "main": "index.js",

"dependencies": {
"joi": "^6.6.1"
"joi": "^8.1.1"
}
}
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