passport-anonymous
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "passport-anonymous", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Anonymous authentication strategy for Passport.", | ||
"keywords": ["passport", "anonymous", "authn", "authentication"], | ||
"keywords": [ | ||
"passport", | ||
"authn", | ||
"authentication", | ||
"anonymous" | ||
], | ||
"repository": { | ||
@@ -13,19 +18,36 @@ "type": "git", | ||
}, | ||
"author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" }, | ||
"licenses": [ { | ||
"type": "MIT", | ||
"url": "http://www.opensource.org/licenses/MIT" | ||
} ], | ||
"main": "./lib/passport-anonymous", | ||
"author": { | ||
"name": "Jared Hanson", | ||
"email": "jaredhanson@gmail.com", | ||
"url": "http://www.jaredhanson.net/" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://www.opensource.org/licenses/MIT" | ||
} | ||
], | ||
"main": "./lib", | ||
"dependencies": { | ||
"pkginfo": "0.2.x", | ||
"passport": "~0.1.1" | ||
"passport-strategy": "1.x.x" | ||
}, | ||
"devDependencies": { | ||
"vows": "0.6.x" | ||
"mocha": "1.x.x", | ||
"chai": "1.x.x", | ||
"chai-passport-strategy": "0.1.x" | ||
}, | ||
"engines": { "node": ">= 0.4.0" }, | ||
"scripts": { | ||
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js" | ||
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js" | ||
}, | ||
"engines": { "node": ">= 0.4.0" } | ||
"testling": { | ||
"browsers": [ | ||
"chrome/latest" | ||
], | ||
"harness" : "mocha", | ||
"files": [ | ||
"test/bootstrap/testling.js", | ||
"test/*.test.js" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6235
1
7
57
1
0
67
3
+ Addedpassport-strategy@1.x.x
+ Addedpassport-strategy@1.0.0(transitive)
- Removedpassport@~0.1.1
- Removedpkginfo@0.2.x
- Removedpassport@0.1.18(transitive)
- Removedpause@0.0.1(transitive)
- Removedpkginfo@0.2.3(transitive)