angular-oauth2-oidc
Advanced tools
Comparing version 18.0.0 to 19.0.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
384
0
420382
28
4234