passport-local
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
exports.version = '0.1.0'; | ||
require('pkginfo')(module, 'version'); | ||
@@ -13,0 +13,0 @@ /** |
@@ -52,3 +52,3 @@ /** | ||
this.name = 'local'; | ||
this.verify = verify; | ||
this._verify = verify; | ||
} | ||
@@ -76,3 +76,3 @@ | ||
var self = this; | ||
this.verify(username, password, function(err, user) { | ||
this._verify(username, password, function(err, user) { | ||
if (err) { return self.error(err); } | ||
@@ -79,0 +79,0 @@ if (!user) { return self.fail(); } |
{ | ||
"name": "passport-local", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Local username and password authentication strategy for Passport.", | ||
"author": "Jared Hanson <jaredhanson@gmail.com> (http://www.jaredhanson.net/)", | ||
"author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" }, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/jaredhanson/passport-local.git" | ||
"url": "git://github.com/jaredhanson/passport-local.git" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/jaredhanson/passport-local/issues" | ||
}, | ||
"main": "./lib/passport-local", | ||
"dependencies": { | ||
"passport": ">= 0.1.1" | ||
"pkginfo": "0.2.x", | ||
"passport": "~0.1.1" | ||
}, | ||
"devDependencies": { | ||
"vows": "0.6.x" | ||
}, | ||
"scripts": { | ||
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js" | ||
}, | ||
"engines": { "node": ">= 0.4.0" }, | ||
"licenses": [ { | ||
"type": "MIT", | ||
"url": "http://www.opensource.org/licenses/MIT" | ||
} ], | ||
"keywords": ["passport", "local", "auth", "authn", "authentication"] | ||
} |
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
9726
12
1
0
2
1
1
+ Addedpkginfo@0.2.x
+ Addedpassport@0.1.18(transitive)
+ Addedpkginfo@0.2.3(transitive)
- Removedpassport@0.7.0(transitive)
- Removedpassport-strategy@1.0.0(transitive)
- Removedutils-merge@1.0.1(transitive)
Updatedpassport@~0.1.1