Socket
Socket
Sign inDemoInstall

auth0-lock

Package Overview
Dependencies
Maintainers
36
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.21.1 to 11.22.0

lib/__tests__/ui/input/email_input.js

2

lib/connection/database/actions.js

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

l.emitEvent(lock, 'signup success');
l.emitEvent(lock, 'signup success', result);

@@ -153,0 +153,0 @@ if ((0, _index4.shouldAutoLogin)(lock)) {

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

function getVersion() {
return '11.21.1';
return '11.22.0';
}

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

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

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

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

loginSubmitLabel: 'Log In',
loginWithLabel: 'Log in with %s',
loginWithLabel: 'Sign in with %s',
notYourAccountAction: 'Not your account?',

@@ -77,0 +77,0 @@ passwordInputPlaceholder: 'your password',

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

exports.default = Auth0Lock;
Auth0Lock.version = '11.21.1';
Auth0Lock.version = '11.22.0';

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

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

Auth0LockPasswordless.version = '11.21.1';
Auth0LockPasswordless.version = '11.22.0';

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

ref: 'input',
type: 'text',
type: 'email',
inputMode: 'email',

@@ -77,0 +77,0 @@ name: 'email',

{
"name": "auth0-lock",
"version": "11.21.1",
"version": "11.22.0",
"description": "Auth0 Lock",

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

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

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

@@ -160,4 +160,4 @@

- `signup submit`: emitted when the user clicks on the submit button of the "Sign up" screen.
- `signup success`: emitted when the user successfully signs up.
- `signup error`: emitted when signup fails. Has the error as an argument.
- `signup success`: emitted when signup succeeds. Has the error as an argument.
- `federated login`: emitted when the user clicks on a social connection button. Has the connection name and the strategy as arguments.

@@ -164,0 +164,0 @@ - `sso login`: emitted when the user clicks on an enterprise SSO connection button. Has the lock ID, connection object, and field name as arguments.

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