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

angular-oauth2-oidc

Package Overview
Dependencies
Maintainers
0
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 18.0.0 to 19.0.0

2

factories.d.ts
import { MemoryStorage } from './types';
export declare function createDefaultLogger(): Console;
export declare function createDefaultStorage(): MemoryStorage | Storage;
export declare function createDefaultStorage(): Storage | MemoryStorage;
{
"name": "angular-oauth2-oidc",
"version": "18.0.0",
"version": "19.0.0",
"license": "MIT",

@@ -14,4 +14,4 @@ "author": {

"peerDependencies": {
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0"
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0"
},

@@ -29,4 +29,2 @@ "dependencies": {

"types": "./index.d.ts",
"esm2022": "./esm2022/angular-oauth2-oidc.mjs",
"esm": "./esm2022/angular-oauth2-oidc.mjs",
"default": "./fesm2022/angular-oauth2-oidc.mjs"

@@ -33,0 +31,0 @@ }

@@ -25,3 +25,3 @@ # angular-oauth2-oidc

At server side we've used **IdentityServer** (.NET / .NET Core), Redhat's **Keycloak** (Java), and **Auth0** (Auth0 is officially supported since version 10 of this lib). For Auth0, please have a look into the respective documentation page here.
On the server-side we've used **IdentityServer** (.NET / .NET Core), Redhat's **Keycloak** (Java), and **Auth0** (Auth0 is officially supported since version 10 of this lib). For Auth0, please have a look into the respective documentation page here.

@@ -32,2 +32,4 @@ For using this library with **Azure Active Directory** (**Azure AD**), we recommend an additional look to this [blog post](https://dev.to/yuriburger/azure-active-directory-b2c-with-pkce-for-your-angular-app-1dcg) and the example linked at the end of this blog post.

**Angular 19**: Use 19.x versions of this library (**should also work with older Angular versions!**).
**Angular 18**: Use 18.x versions of this library (**should also work with older Angular versions!**).

@@ -34,0 +36,0 @@

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc