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

passport-openid

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-openid - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

4

lib/passport-openid/index.js

@@ -11,5 +11,5 @@ /**

/**
* Framework version.
* Expose `Strategy` directly from package.
*/
require('pkginfo')(module, 'version');
exports = module.exports = Strategy;

@@ -16,0 +16,0 @@ /**

/**
* Module dependencies.
*/
var passport = require('passport')
var passport = require('passport-strategy')
, openid = require('openid')

@@ -6,0 +6,0 @@ , util = require('util')

{
"name": "passport-openid",
"version": "0.3.1",
"version": "0.4.0",
"description": "OpenID authentication strategy for Passport.",
"keywords": ["passport", "openid", "auth", "authn", "authentication", "identity"],
"keywords": [
"passport",
"openid",
"auth",
"authn",
"authentication",
"identity"
],
"repository": {

@@ -18,14 +25,15 @@ "type": "git",

},
"licenses": [ {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
} ],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib/passport-openid",
"dependencies": {
"pkginfo": "0.2.x",
"passport": "~0.1.3",
"openid": "0.5.x"
"passport-strategy": "1.x.x",
"openid": "1.x.x"
},
"devDependencies": {
"vows": "0.6.x"
"vows": "^0.8.1"
},

@@ -35,3 +43,5 @@ "scripts": {

},
"engines": { "node": ">= 0.6.0" }
"engines": {
"node": ">= 0.10.0"
}
}

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