oauth4webapi
Advanced tools
Comparing version 2.12.0 to 2.12.1
{ | ||
"name": "oauth4webapi", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"description": "OAuth 2 / OpenID Connect for JavaScript Runtimes", | ||
@@ -70,3 +70,3 @@ "keywords": [ | ||
"@types/koa__cors": "^5.0.0", | ||
"@types/node": "^20.14.15", | ||
"@types/node": "^20.16.3", | ||
"@types/qunit": "^2.19.10", | ||
@@ -76,5 +76,5 @@ "archiver": "^7.0.1", | ||
"chrome-launcher": "^1.1.2", | ||
"edge-runtime": "^3.0.1", | ||
"edge-runtime": "^3.0.3", | ||
"esbuild": "^0.23.1", | ||
"jose": "^5.6.3", | ||
"jose": "^5.8.0", | ||
"oidc-provider": "^8.5.1", | ||
@@ -84,14 +84,14 @@ "patch-package": "^8.0.0", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"puppeteer-core": "^23.1.0", | ||
"qunit": "^2.21.1", | ||
"puppeteer-core": "^23.2.2", | ||
"qunit": "^2.22.0", | ||
"raw-body": "^3.0.0", | ||
"selfsigned": "^2.4.1", | ||
"timekeeper": "^2.3.1", | ||
"tsx": "^4.16.5", | ||
"tsx": "^4.19.0", | ||
"typedoc": "^0.26.6", | ||
"typedoc-plugin-markdown": "^4.2.5", | ||
"typedoc-plugin-mdn-links": "^3.2.9", | ||
"typedoc-plugin-markdown": "^4.2.6", | ||
"typedoc-plugin-mdn-links": "^3.2.11", | ||
"typescript": "~5.5.4", | ||
"undici": "^6.19.7" | ||
"undici": "^6.19.8" | ||
} | ||
} |
@@ -49,3 +49,3 @@ # OAuth 2 / OpenID Connect for JavaScript Runtimes | ||
```js | ||
import * as oauth from 'https://deno.land/x/oauth4webapi@v2.12.0/mod.ts' | ||
import * as oauth from 'https://deno.land/x/oauth4webapi@v2.12.1/mod.ts' | ||
``` | ||
@@ -52,0 +52,0 @@ |
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
157824