oauth4webapi
Advanced tools
Comparing version 2.10.4 to 2.11.0
{ | ||
"name": "oauth4webapi", | ||
"version": "2.10.4", | ||
"version": "2.11.0", | ||
"description": "OAuth 2 / OpenID Connect for JavaScript Runtimes", | ||
@@ -70,27 +70,27 @@ "keywords": [ | ||
"@types/koa__cors": "^5.0.0", | ||
"@types/node": "^20.11.30", | ||
"@types/node": "^20.14.5", | ||
"@types/oidc-provider": "^8.4.4", | ||
"@types/qunit": "^2.19.10", | ||
"archiver": "^6.0.2", | ||
"ava": "^5.3.1", | ||
"chrome-launcher": "^1.1.1", | ||
"edge-runtime": "^2.5.9", | ||
"esbuild": "^0.20.2", | ||
"jose": "^5.2.3", | ||
"oidc-provider": "^8.4.5", | ||
"archiver": "^7.0.1", | ||
"ava": "^6.1.3", | ||
"chrome-launcher": "^1.1.2", | ||
"edge-runtime": "^2.5.10", | ||
"esbuild": "^0.21.5", | ||
"jose": "^5.4.0", | ||
"oidc-provider": "^8.4.6", | ||
"patch-package": "^8.0.0", | ||
"prettier": "^3.2.5", | ||
"prettier": "^3.3.2", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"puppeteer-core": "^22.6.1", | ||
"qunit": "^2.20.1", | ||
"puppeteer-core": "^22.11.1", | ||
"qunit": "^2.21.0", | ||
"raw-body": "^2.5.2", | ||
"selfsigned": "^2.4.1", | ||
"timekeeper": "^2.3.1", | ||
"tsx": "^4.7.1", | ||
"typedoc": "^0.25.12", | ||
"tsx": "^4.15.6", | ||
"typedoc": "^0.25.13", | ||
"typedoc-plugin-markdown": "^3.17.1", | ||
"typedoc-plugin-mdn-links": "^3.1.18", | ||
"typescript": "~5.4.3", | ||
"undici": "^5.28.3" | ||
"typedoc-plugin-mdn-links": "^3.1.30", | ||
"typescript": "~5.4.5", | ||
"undici": "^6.19.2" | ||
} | ||
} |
@@ -32,3 +32,3 @@ # OAuth 2 / OpenID Connect for JavaScript Runtimes | ||
## [Documentation](docs/README.md) | ||
## [API Reference](docs/README.md) | ||
@@ -42,3 +42,3 @@ `oauth4webapi` is distributed via [npmjs.com](https://www.npmjs.com/package/oauth4webapi), [deno.land/x](https://deno.land/x/oauth4webapi), [cdnjs.com](https://cdnjs.com/libraries/oauth4webapi), [jsdelivr.com](https://www.jsdelivr.com/package/npm/oauth4webapi), and [github.com](https://github.com/panva/oauth4webapi). | ||
```js | ||
import * as oauth2 from 'oauth4webapi' | ||
import * as oauth from 'oauth4webapi' | ||
``` | ||
@@ -49,3 +49,3 @@ | ||
```js | ||
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.10.4/mod.ts' | ||
import * as oauth from 'https://deno.land/x/oauth4webapi@v2.11.0/mod.ts' | ||
``` | ||
@@ -52,0 +52,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
157653
3773