Socket
Socket
Sign inDemoInstall

auth0-js

Package Overview
Dependencies
Maintainers
3
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-js - npm Package Compare versions

Comparing version 2.0.13 to 2.0.14

2

lib/index.js

@@ -181,3 +181,3 @@ var assert_required = require('./assert_required');

// iss should be the Auth0 domain (i.e.: https://contoso.auth0.com/)
if (prof.iss !== 'https://' + this._domain + '/') {
if (prof.iss && prof.iss !== 'https://' + this._domain + '/') {
return invalidJwt(

@@ -184,0 +184,0 @@ 'The domain configured (https://' + this._domain + '/) does not match with the domain set in the token (' + prof.iss + ').');

{
"name": "auth0-js",
"version": "2.0.13",
"version": "2.0.14",
"description": "Auth0 headless browser sdk",

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

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