oauth4webapi
Advanced tools
Comparing version 2.12.2 to 2.13.0
{ | ||
"name": "oauth4webapi", | ||
"version": "2.12.2", | ||
"version": "2.13.0", | ||
"description": "OAuth 2 / OpenID Connect for JavaScript Runtimes", | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
"_format": "find src test tap examples conformance -type f -name '*.ts' -o -name '*.mjs' -o -name '*.cjs' | xargs prettier", | ||
"build": "rm -rf build && tsc && tsc --declaration true --emitDeclarationOnly true --removeComments false && tsc -p test && tsc -p examples && tsc -p conformance && tsc -p tap", | ||
"build": "rm -rf build && tsc && tsc --declaration true --emitDeclarationOnly true --removeComments false && tsc -p test && tsc -p examples && tsc -p conformance && tsc -p tap && npx jsr publish --dry-run --allow-dirty", | ||
"conformance": "bash -c 'source .node_flags.sh && ava --config conformance/ava.config.ts'", | ||
@@ -56,0 +56,0 @@ "docs": "patch-package && typedoc", |
@@ -36,3 +36,3 @@ # OAuth 2 / OpenID Connect for JavaScript Runtimes | ||
`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). | ||
`oauth4webapi` is distributed via [npmjs.com](https://www.npmjs.com/package/oauth4webapi), [jsr.io](https://jsr.io/@panva/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). | ||
@@ -47,8 +47,2 @@ ## [Examples](examples/README.md) | ||
**`example`** Deno import | ||
```js | ||
import * as oauth from 'https://deno.land/x/oauth4webapi@v2.12.2/mod.ts' | ||
``` | ||
- Authorization Code Flow (OAuth 2.0) - [source](examples/oauth.ts) | ||
@@ -55,0 +49,0 @@ - Authorization Code Flow (OpenID Connect) - [source](examples/oidc.ts) | [diff](examples/oidc.diff) |
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
158000
87