@sinet/validation
Advanced tools
Comparing version 1.0.0 to 1.1.0
'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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5482
9
76
1
+ Addedhoek@4.3.1(transitive)
+ Addedisemail@2.2.1(transitive)
+ Addedjoi@8.4.2(transitive)
+ Addedtopo@2.1.1(transitive)
- Removedhoek@2.16.3(transitive)
- Removedisemail@1.2.0(transitive)
- Removedjoi@6.10.1(transitive)
- Removedtopo@1.1.0(transitive)
Updatedjoi@^8.1.1