Socket
Socket
Sign inDemoInstall

@auth0/auth0-spa-js

Package Overview
Dependencies
8
Maintainers
49
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.22.0 to 1.22.1

5

dist/typings/global.d.ts

@@ -42,3 +42,3 @@ import { ICache } from './cache';

*/
screen_hint?: string;
screen_hint?: 'signup' | 'login' | string;
/**

@@ -178,2 +178,5 @@ * The user's email address or other identifier. When your app knows

version: string;
env?: {
[key: string]: string;
};
};

@@ -180,0 +183,0 @@ /**

2

dist/typings/version.d.ts

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

declare const _default: "1.22.0";
declare const _default: "1.22.1";
export default _default;

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "1.22.0",
"version": "1.22.1",
"main": "dist/lib/auth0-spa-js.cjs.js",

@@ -75,3 +75,3 @@ "types": "dist/typings/index.d.ts",

"ts-jest": "^27.0.7",
"tslib": "^2.3.1",
"tslib": "^2.4.0",
"tslint": "^6.1.3",

@@ -86,3 +86,3 @@ "tslint-config-security": "^1.16.0",

"browser-tabs-lock": "^1.2.15",
"core-js": "^3.22.4",
"core-js": "^3.22.6",
"es-cookie": "^1.3.2",

@@ -89,0 +89,0 @@ "fast-text-encoding": "^1.0.3",

@@ -48,3 +48,3 @@ import { ICache } from './cache';

*/
screen_hint?: string;
screen_hint?: 'signup' | 'login' | string;

@@ -198,3 +198,7 @@ /**

*/
auth0Client?: { name: string; version: string };
auth0Client?: {
name: string;
version: string;
env?: { [key: string]: string };
};

@@ -201,0 +205,0 @@ /**

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

export default '1.22.0';
export default '1.22.1';

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc