oauth4webapi
Advanced tools
Comparing version 2.6.0 to 2.7.0
{ | ||
"name": "oauth4webapi", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "OAuth 2 / OpenID Connect for JavaScript Runtimes", | ||
@@ -68,5 +68,5 @@ "keywords": [ | ||
"@types/koa__cors": "^5.0.0", | ||
"@types/node": "^20.10.8", | ||
"@types/node": "^20.11.5", | ||
"@types/oidc-provider": "^8.4.3", | ||
"@types/qunit": "^2.19.9", | ||
"@types/qunit": "^2.19.10", | ||
"archiver": "^6.0.1", | ||
@@ -78,5 +78,5 @@ "ava": "^5.3.1", | ||
"jose": "^5.2.0", | ||
"oidc-provider": "^8.4.4", | ||
"oidc-provider": "^8.4.5", | ||
"patch-package": "^8.0.0", | ||
"prettier": "^3.1.1", | ||
"prettier": "^3.2.4", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
@@ -91,3 +91,3 @@ "puppeteer-core": "^21.7.0", | ||
"typedoc-plugin-markdown": "^3.17.1", | ||
"typedoc-plugin-mdn-links": "^3.1.11", | ||
"typedoc-plugin-mdn-links": "^3.1.12", | ||
"typescript": "^5.3.3", | ||
@@ -94,0 +94,0 @@ "undici": "^5.28.2" |
@@ -23,3 +23,3 @@ # OAuth 2 / OpenID Connect for JavaScript Runtimes | ||
[Filip Skokan](https://github.com/panva) has certified that [this software](https://github.com/panva/oauth4webapi) conforms to the Basic RP Conformance Profile of the OpenID Connect™ protocol. | ||
[Filip Skokan](https://github.com/panva) has certified that [this software](https://github.com/panva/oauth4webapi) conforms to the Basic, FAPI 1.0 Advanced, FAPI 2.0 Security Profile, and FAPI 2.0 Message Signing Relying Party Conformance Profiles of the OpenID Connect™ protocol. | ||
@@ -47,3 +47,3 @@ ## [💗 Help the project](https://github.com/sponsors/panva) | ||
```js | ||
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.6.0/mod.ts' | ||
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.7.0/mod.ts' | ||
``` | ||
@@ -50,0 +50,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
142054
3281