auth0-lock
Advanced tools
Comparing version 11.34.1 to 11.34.2
@@ -179,3 +179,3 @@ 'use strict'; | ||
function getVersion() { | ||
return '11.34.1'; | ||
return '11.34.2'; | ||
} |
@@ -156,3 +156,3 @@ 'use strict'; | ||
SignUp.prototype.renderAuxiliaryPane = function renderAuxiliaryPane(lock) { | ||
return (0, _signed_in_confirmation.renderSignedInConfirmation)(lock) || (0, _signed_up_confirmation.renderSignedUpConfirmation)(lock) || (0, _index2.renderOptionSelection)(lock); | ||
return (0, _signed_up_confirmation.renderSignedUpConfirmation)(lock) || (0, _signed_in_confirmation.renderSignedInConfirmation)(lock) || (0, _index2.renderOptionSelection)(lock); | ||
}; | ||
@@ -159,0 +159,0 @@ |
@@ -128,3 +128,3 @@ 'use strict'; | ||
method: 'registerLanguageDictionary', | ||
url: l.languageBaseUrl(m) + '/js/lock/' + '11.34.1' + '/' + language + '.js', | ||
url: l.languageBaseUrl(m) + '/js/lock/' + '11.34.2' + '/' + 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.34.1'; | ||
Auth0Lock.version = '11.34.2'; | ||
@@ -48,0 +48,0 @@ // TODO: should we have different telemetry for classic/passwordless? |
@@ -44,2 +44,2 @@ 'use strict'; | ||
Auth0LockPasswordless.version = '11.34.1'; | ||
Auth0LockPasswordless.version = '11.34.2'; |
{ | ||
"name": "auth0-lock", | ||
"version": "11.34.1", | ||
"version": "11.34.2", | ||
"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.34.1/lock.min.js"></script> | ||
<script src="https://cdn.auth0.com/js/lock/11.34.2/lock.min.js"></script> | ||
``` | ||
@@ -494,3 +494,3 @@ | ||
:warning: **Note**: From `11.34.1` onwards, all HTML tags are stripped from user input into custom signup fields. | ||
:warning: **Note**: From `11.34.2` onwards, all HTML tags are stripped from user input into custom signup fields. | ||
@@ -497,0 +497,0 @@ ##### Text field |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1495905
339
1
1
1
5