Socket
Socket
Sign inDemoInstall

auth0-js

Package Overview
Dependencies
Maintainers
42
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 9.14.1 to 9.14.2

build/auth0.js

19

CHANGELOG.md

@@ -0,15 +1,25 @@

## [v9.14.2](https://github.com/auth0/auth0.js/tree/v9.14.2) (2021-01-14)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.14.2...v9.14.2)
v9.14.2 is a maintenance release to fix a faulty NPM package - there are no additional changes from 9.14.1.
## [v9.14.1](https://github.com/auth0/auth0.js/tree/v9.14.1) (2021-01-14)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.14.0...v9.14.1)
**Changed**
- Allow domain to contain http scheme [\#1144](https://github.com/auth0/auth0.js/pull/1144) ([danmastrowcoles](https://github.com/danmastrowcoles))
## [v9.14.0](https://github.com/auth0/auth0.js/tree/v9.14.0) (2020-09-11)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.13.4...v9.14.0)
**Added**
- [CAUTH-551] add render captcha method [\#1126](https://github.com/auth0/auth0.js/pull/1126) ([jfromaniello](https://github.com/jfromaniello))
**Fixed**
- [SDK-1812] Inclusive language updates [\#1125](https://github.com/auth0/auth0.js/pull/1125) ([stevehobbsdev](https://github.com/stevehobbsdev))

@@ -19,19 +29,26 @@ - Update superagent dependency to 5.3.1 to get around babel bug [\#1120](https://github.com/auth0/auth0.js/pull/1120) ([paviad](https://github.com/paviad))

**Security**
- Dependencies and NPM lock file [\#1130](https://github.com/auth0/auth0.js/pull/1130) ([stevehobbsdev](https://github.com/stevehobbsdev))
## [v9.13.4](https://github.com/auth0/auth0.js/tree/v9.13.4) (2020-07-02)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.13.3...v9.13.4)
**Changed**
- [CAUTH-423] Add login state if available to the sign-up request [\#1117](https://github.com/auth0/auth0.js/pull/1117) ([jfromaniello](https://github.com/jfromaniello))
- [CAUTH-423] Add login state if available to the sign-up request [\#1117](https://github.com/auth0/auth0.js/pull/1117) ([jfromaniello](https://github.com/jfromaniello))
## [v9.13.3](https://github.com/auth0/auth0.js/tree/v9.13.3) (2020-06-26)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.13.2...v9.13.3)
**Changed**
- Bump idtoken-verifier to 2.0.3 [\#1113](https://github.com/auth0/auth0.js/pull/1113) ([stevehobbsdev](https://github.com/stevehobbsdev))
**Fixed**
- Fix IE default redirect url [\#1108](https://github.com/auth0/auth0.js/pull/1108) ([vincentdesmares](https://github.com/vincentdesmares))
- Document that checkSession requires a callback [\#1103](https://github.com/auth0/auth0.js/pull/1103) ([civility-bot](https://github.com/civility-bot))
## [v9.13.2](https://github.com/auth0/auth0.js/tree/v9.13.2) (2020-04-09)

@@ -38,0 +55,0 @@

2

package.json
{
"name": "auth0-js",
"version": "9.14.1",
"version": "9.14.2",
"description": "Auth0 headless browser sdk",

@@ -5,0 +5,0 @@ "author": "Auth0",

@@ -35,3 +35,3 @@ ![](https://cdn.auth0.com/resources/oss-source-large-2x.png)

<!-- Latest patch release -->
<script src="https://cdn.auth0.com/js/auth0/9.14.1/auth0.min.js"></script>
<script src="https://cdn.auth0.com/js/auth0/9.14.2/auth0.min.js"></script>
```

@@ -38,0 +38,0 @@

@@ -1,1 +0,1 @@

module.exports = { raw: '9.14.1' };
module.exports = { raw: '9.14.2' };

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