oauth4webapi
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "oauth4webapi", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes", | ||
@@ -80,4 +80,4 @@ "keywords": [ | ||
"@types/koa__cors": "^5.0.0", | ||
"@types/node": "^20.16.10", | ||
"@types/qunit": "^2.19.10", | ||
"@types/node": "^20.17.0", | ||
"@types/qunit": "^2.19.11", | ||
"archiver": "^7.0.1", | ||
@@ -88,8 +88,8 @@ "ava": "^6.1.3", | ||
"esbuild": "^0.24.0", | ||
"jose": "^5.9.3", | ||
"oidc-provider": "^8.5.1", | ||
"jose": "^5.9.6", | ||
"oidc-provider": "^8.5.2", | ||
"patch-package": "^8.0.0", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"puppeteer-core": "^23.5.1", | ||
"puppeteer-core": "^23.6.0", | ||
"qunit": "^2.22.0", | ||
@@ -100,8 +100,8 @@ "raw-body": "^3.0.0", | ||
"tsx": "^4.19.1", | ||
"typedoc": "^0.26.8", | ||
"typedoc": "^0.26.10", | ||
"typedoc-plugin-markdown": "^4.2.9", | ||
"typedoc-plugin-mdn-links": "^3.3.2", | ||
"typescript": "~5.6.2", | ||
"undici": "^6.19.8" | ||
"typedoc-plugin-mdn-links": "^3.3.4", | ||
"typescript": "~5.6.3", | ||
"undici": "^6.20.1" | ||
} | ||
} |
@@ -25,5 +25,5 @@ # oauth4webapi | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="./sponsor/Auth0byOkta_dark.png"> | ||
<source media="(prefers-color-scheme: light)" srcset="./sponsor/Auth0byOkta_light.png"> | ||
<img height="65" align="left" alt="Auth0 by Okta" src="./sponsor/Auth0byOkta_light.png"> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/panva/oauth4webapi/HEAD/sponsor/Auth0byOkta_dark.png"> | ||
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/panva/oauth4webapi/HEAD/sponsor/Auth0byOkta_light.png"> | ||
<img height="65" align="left" alt="Auth0 by Okta" src="https://raw.githubusercontent.com/panva/oauth4webapi/HEAD/sponsor/Auth0byOkta_light.png"> | ||
</picture> | ||
@@ -100,4 +100,4 @@ | ||
[sponsor-auth0]: https://auth0.com/signup?utm_source=external_sites&utm_medium=panva&utm_campaign=devn_signup | ||
[sponsor-auth0]: https://a0.to/signup/panva | ||
[^cjs]: CJS style `let oauth = require('oauth4webapi')` is possible in Node.js versions where `process.features.require_module` is `true` or with the `--experimental-require-module` Node.js CLI flag. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
288673
4677