Socket
Socket
Sign inDemoInstall

auth0-lock

Package Overview
Dependencies
Maintainers
51
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.0 to 11.33.1

.github/dependabot.yml

2

lib/core/web_api/helper.js

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

function getVersion() {
return '11.33.0';
return '11.33.1';
}

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

passwordPane,
captchaPane,
fields
fields,
captchaPane
);

@@ -132,0 +132,0 @@ };

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

method: 'registerLanguageDictionary',
url: l.languageBaseUrl(m) + '/js/lock/' + '11.33.0' + '/' + language + '.js',
url: l.languageBaseUrl(m) + '/js/lock/' + '11.33.1' + '/' + 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.0';
Auth0Lock.version = '11.33.1';

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

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

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

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

"cross-env": "^7.0.3",
"css-loader": "^0.26.1",
"css-loader": "^0.28.11",
"emojic": "^1.1.15",

@@ -76,3 +76,3 @@ "enzyme": "^3.1.0",

"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-env": "^0.4.4",

@@ -98,5 +98,5 @@ "grunt-exec": "^0.4.6",

"sinon": "^1.15.4",
"stylus": "^0.54.5",
"stylus": "^0.58.1",
"stylus-loader": "^2.3.1",
"tmp": "^0.1.0",
"tmp": "^0.2.1",
"uglify-js": "^2.7.4",

@@ -115,3 +115,3 @@ "unminified-webpack-plugin": "^1.1.1",

"classnames": "^2.3.1",
"dompurify": "^2.3.5",
"dompurify": "^2.3.7",
"immutable": "^3.7.3",

@@ -118,0 +118,0 @@ "jsonp": "^0.2.1",

@@ -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.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.33.1/lock.min.js"></script>
```

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

:warning: **Note**: From `11.33.0` onwards, all HTML tags are stripped from user input into custom signup fields.
:warning: **Note**: From `11.33.1` 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 not supported yet

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