Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-oauth2-oidc

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-oauth2-oidc - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

2

auth.config.d.ts

@@ -90,3 +90,3 @@ export declare class AuthConfig {

* The default value is remoteOnly which only allows
* http for location, while every other domains need
* http for localhost, while every other domains need
* to be used with https.

@@ -93,0 +93,0 @@ */

@@ -53,3 +53,7 @@ import { Http, Headers } from '@angular/http';

private setupSessionCheck();
setupAutomaticSilentRefresh(): void;
/**
*
* @param params Additional parameter to pass
*/
setupAutomaticSilentRefresh(params?: object): void;
loadDiscoveryDocumentAndTryLogin(): void;

@@ -132,3 +136,3 @@ private debug(...args);

*/
silentRefresh(): Promise<OAuthEvent>;
silentRefresh(params?: object): Promise<OAuthEvent>;
private canPerformSessionCheck();

@@ -135,0 +139,0 @@ private setupSessionCheckEventListener();

{
"name": "angular-oauth2-oidc",
"version": "2.1.5",
"version": "2.1.6",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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