Socket
Socket
Sign inDemoInstall

auth0-lock

Package Overview
Dependencies
Maintainers
50
Versions
338
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-lock - npm Package Compare versions

Comparing version 11.33.3 to 11.34.0

4

.github/ISSUE_TEMPLATE/report_a_bug.md

@@ -17,2 +17,4 @@ ---

:warning: **Note:** We are no longer supporting requests for new features. Only requests for bug fixes or security patches will be considered.
### Describe the problem

@@ -56,2 +58,2 @@

- **Other modules/plugins/libraries that might be involved:**
- **Any other relevant information you think would be useful:**
- **Any other relevant information you think would be useful:**

@@ -82,3 +82,4 @@ 'use strict';

waad: 'Windows Azure AD',
oidc: 'OpenID Connect'
oidc: 'OpenID Connect',
okta: 'Okta Workforce'
};

@@ -85,0 +86,0 @@

@@ -41,3 +41,3 @@ 'use strict';

function icon(strategy) {
if (strategy === 'google-apps') return strategy;
if (strategy === 'google-apps' || strategy === 'okta') return strategy;
if (~['adfs', 'office365', 'waad'].indexOf(strategy)) return 'windows';

@@ -44,0 +44,0 @@ return 'auth0';

@@ -179,3 +179,3 @@ 'use strict';

function getVersion() {
return '11.33.3';
return '11.34.0';
}

@@ -128,3 +128,3 @@ 'use strict';

method: 'registerLanguageDictionary',
url: l.languageBaseUrl(m) + '/js/lock/' + '11.33.3' + '/' + language + '.js',
url: l.languageBaseUrl(m) + '/js/lock/' + '11.34.0' + '/' + language + '.js',
check: function check(str) {

@@ -131,0 +131,0 @@ return str && str === language;

@@ -45,3 +45,3 @@ 'use strict';

exports.default = Auth0Lock;
Auth0Lock.version = '11.33.3';
Auth0Lock.version = '11.34.0';

@@ -48,0 +48,0 @@ // TODO: should we have different telemetry for classic/passwordless?

@@ -44,2 +44,2 @@ 'use strict';

Auth0LockPasswordless.version = '11.33.3';
Auth0LockPasswordless.version = '11.34.0';
{
"name": "auth0-lock",
"version": "11.33.3",
"version": "11.34.0",
"description": "Auth0 Lock",

@@ -5,0 +5,0 @@ "author": "Auth0 <support@auth0.com> (http://auth0.com)",

@@ -28,3 +28,3 @@ [![NPM version][npm-image]][npm-url]

<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.33.3/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.34.0/lock.min.js"></script>
```

@@ -494,3 +494,3 @@

:warning: **Note**: From `11.33.3` onwards, all HTML tags are stripped from user input into custom signup fields.
:warning: **Note**: From `11.34.0` onwards, all HTML tags are stripped from user input into custom signup fields.

@@ -690,4 +690,6 @@ ##### Text field

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
If you have found a bug, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
:warning: **Note:** We are no longer supporting requests for new features. Only requests for bug fixes or security patches will be considered.
## Author

@@ -694,0 +696,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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