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.0.1 to 2.0.2

2

angular-oauth2-oidc.umd.js

@@ -990,3 +990,3 @@ (function (global, factory) {

}
if (this.getKeyCount() > 1 && !claims.kid) {
if (this.getKeyCount() > 1 && !header.kid) {
var /** @type {?} */ err = 'There needs to be a kid claim in the id_token when multiple keys are defined via the property jwks';

@@ -993,0 +993,0 @@ console.warn(err);

@@ -999,3 +999,3 @@ import { Injectable, NgModule } from '@angular/core';

}
if (this.getKeyCount() > 1 && !claims.kid) {
if (this.getKeyCount() > 1 && !header.kid) {
var /** @type {?} */ err = 'There needs to be a kid claim in the id_token when multiple keys are defined via the property jwks';

@@ -1002,0 +1002,0 @@ console.warn(err);

{
"name": "angular-oauth2-oidc",
"version": "2.0.1",
"version": "2.0.2",
"repository": {

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

@@ -9,4 +9,4 @@ # angular-oauth2-oidc

- [jsrasign](https://kjur.github.io/jsrsasign/) for validating token signature and for hashing
- [Identity Server](https://github.com/identityserver) (used for Testing with an .NET/.NET Core Backend)
- [Keycloak (Redhad)](http://www.keycloak.org/) for Testing with Java
- [Identity Server](https://github.com/identityserver) used for Testing with an .NET/.NET Core Backend
- [Keycloak (Redhad)](http://www.keycloak.org/) used for Testing with Java

@@ -13,0 +13,0 @@ ## Resources

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