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

@sinet/validation

Package Overview
Dependencies
Maintainers
2
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.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc