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

passport-auth0

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-auth0 - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

11

lib/index.js

@@ -99,3 +99,3 @@ /**

this._oauth2.get(this.options.userInfoURL, accessToken, function (err, body, res) {
if (err) { return done(new InternalOAuthError('failed to fetch user profile', err)); }
if (err) { return done(new Error('failed to fetch user profile', err)); }

@@ -115,4 +115,9 @@ try {

/**
* Expose `Strategy`.
* Expose `Strategy` directly from package.
*/
module.exports = Strategy;
exports = module.exports = Strategy;
/**
* Export constructors.
*/
exports.Strategy = Strategy;
{
"name": "passport-auth0",
"version": "0.2.1",
"version": "0.2.2",
"description": "Auth0 platform authentication strategy for Passport.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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