Socket
Socket
Sign inDemoInstall

angular-auth-oidc-client

Package Overview
Dependencies
10
Maintainers
3
Versions
177
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "angular-auth-oidc-client",
"version": "1.2.0",
"version": "1.2.1",
"description": "An OpenID Connect Implicit Flow client for Angular",

@@ -5,0 +5,0 @@ "main": "./bundles/angular-auth-oidc-client.umd.js",

@@ -37,3 +37,3 @@ # angular-auth-oidc-client

``` javascript
"angular-auth-oidc-client": "1.2.0"
"angular-auth-oidc-client": "1.2.1"
```

@@ -151,3 +151,3 @@

public write(key: string, value: string): void {
public write(key: string, value: any): void {
...

@@ -154,0 +154,0 @@ }

@@ -24,3 +24,3 @@ import { AuthConfiguration } from '../modules/auth.configuration';

read(key: string): any;
write(key: string, value: string): void;
write(key: string, value: any): void;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc