Comparing version 0.0.1 to 0.0.2
@@ -0,1 +1,12 @@ | ||
// Export public modules | ||
module.exports = { | ||
Base64: require('./base64'), | ||
Config: require('./config'), | ||
Error: require('./error'), | ||
Log: require('./log'), | ||
Server: require('./server'), | ||
Utils: require('./utils') | ||
}; | ||
{ | ||
"name" : "hapi", | ||
"description" : "HTTP API Server based on Express with native OAuth 2.0 support", | ||
"version" : "0.0.1", | ||
"version" : "0.0.2", | ||
"author" : "Eran Hammer-Lahav <eran@hueniverse.com>", | ||
@@ -9,7 +9,9 @@ "repository" : "git://github.com/hueniverse/hapi", | ||
"keywords": ["http", "mac", "authentication", "oauth", "api"], | ||
"engines" : {"node" : ">=0.4.0"}, | ||
"engines" : {"node" : ">=0.6.0"}, | ||
"dependencies": { | ||
"express": "2.x.x", | ||
"mac": "0.x.x" | ||
"mac": "0.x.x", | ||
"validator": "0.x.x", | ||
"emailjs": "0.x.x" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
35169
12
897
0
4
2
+ Addedemailjs@0.x.x
+ Addedvalidator@0.x.x
+ Addedaddressparser@0.2.10.3.2(transitive)
+ Addedemailjs@0.3.16(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedmimelib@0.2.14(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedstarttls@0.2.1(transitive)
+ Addedvalidator@0.5.0(transitive)