oauth4webapi
Advanced tools
Comparing version 3.1.4 to 3.1.5
{ | ||
"name": "oauth4webapi", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes", | ||
@@ -80,3 +80,3 @@ "keywords": [ | ||
"@types/koa__cors": "^5.0.0", | ||
"@types/node": "^22.10.1", | ||
"@types/node": "^22.13.4", | ||
"@types/qunit": "^2.19.12", | ||
@@ -86,11 +86,11 @@ "archiver": "^7.0.1", | ||
"chrome-launcher": "^1.1.2", | ||
"edge-runtime": "^4.0.0", | ||
"esbuild": "^0.24.0", | ||
"edge-runtime": "^4.0.1", | ||
"esbuild": "^0.24.2", | ||
"jose": "^5.9.6", | ||
"oidc-provider": "^8.6.0", | ||
"oidc-provider": "^8.7.0", | ||
"patch-package": "^8.0.0", | ||
"prettier": "^3.4.1", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"puppeteer-core": "^23.9.0", | ||
"qunit": "^2.22.0", | ||
"prettier": "^3.5.1", | ||
"prettier-plugin-jsdoc": "^1.3.2", | ||
"puppeteer-core": "^24.2.0", | ||
"qunit": "^2.24.1", | ||
"raw-body": "^3.0.0", | ||
@@ -103,5 +103,5 @@ "selfsigned": "^2.4.1", | ||
"typedoc-plugin-mdn-links": "^4.0.3", | ||
"typescript": "^5.7.2", | ||
"undici": "^6.21.0" | ||
"typescript": "^5.7.3", | ||
"undici": "^6.21.1" | ||
} | ||
} |
@@ -99,2 +99,2 @@ # oauth4webapi | ||
[^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. | ||
[^cjs]: CJS style `let oauth = require('oauth4webapi')` is possible in Node.js versions where `process.features.require_module` is `true` by default (^20.19.0 || ^22.12.0 || >= 23.0.0) 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 not supported yet
288758