Comparing version 0.1.4 to 0.1.5
@@ -162,3 +162,3 @@ /** | ||
return authenticate(strategy, options, callback).bind(this); | ||
return authenticate(strategy, options).bind(this); | ||
} | ||
@@ -274,3 +274,3 @@ | ||
*/ | ||
exports.version = '0.1.4'; | ||
exports.version = '0.1.5'; | ||
@@ -277,0 +277,0 @@ /** |
{ | ||
"name": "passport", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Simple, unobtrusive authentication for Node.js.", | ||
@@ -5,0 +5,0 @@ "author": "Jared Hanson <jaredhanson@gmail.com> (http://www.jaredhanson.net/)", |
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
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
21440