otto-authentication
Advanced tools
Comparing version 0.2.0 to 0.4.0
{ | ||
"name" : "otto-authentication", | ||
"version" : "0.2.0", | ||
"version" : "0.4.0", | ||
"license" : "MIT", | ||
"repository" : "https://github.com/ottojs/otto-authentication.git", | ||
"main" : "./lib/index.js", | ||
"dependencies" : { | ||
"basic-auth" : "1.0.3", | ||
"otto-errors" : "0.2.0" | ||
"basic-auth" : "1.1.0", | ||
"otto-errors" : "0.4.0" | ||
}, | ||
"devDependencies" : { | ||
"jshint" : "2.8.0", | ||
"mocha" : "2.2.5", | ||
"should" : "7.0.4", | ||
"supertest" : "1.0.1", | ||
"istanbul" : "0.3.18", | ||
"otto" : "0.1.3" | ||
"jshint" : "2.9.4", | ||
"mocha" : "3.2.0", | ||
"should" : "11.2.1", | ||
"supertest" : "3.0.0", | ||
"istanbul" : "0.4.5", | ||
"otto" : "0.3.2" | ||
}, | ||
@@ -22,4 +23,4 @@ "scripts" : { | ||
"engines" : { | ||
"node" : "0.12.x" | ||
"node" : ">=4.x.x" | ||
} | ||
} |
@@ -15,3 +15,3 @@ | ||
routes : [ | ||
function (app) { | ||
function (app, initialized) { | ||
@@ -44,2 +44,4 @@ // Public Route | ||
initialized(); | ||
} | ||
@@ -46,0 +48,0 @@ ] |
9082
201
+ Addedbasic-auth@1.1.0(transitive)
+ Addedotto-errors@0.4.0(transitive)
- Removedbasic-auth@1.0.3(transitive)
- Removedotto-errors@0.2.0(transitive)
Updatedbasic-auth@1.1.0
Updatedotto-errors@0.4.0