Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

passport-anonymous

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-anonymous - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.jshintrc

48

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc