Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oauth4webapi

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth4webapi - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

8

package.json
{
"name": "oauth4webapi",
"version": "2.7.0",
"version": "2.8.0",
"description": "OAuth 2 / OpenID Connect for JavaScript Runtimes",
"keywords": [
"access token",
"auth",

@@ -20,2 +21,3 @@ "authentication",

"javascript",
"jwt",
"netlify",

@@ -75,3 +77,3 @@ "next",

"chrome-launcher": "^1.1.0",
"edge-runtime": "^2.5.7",
"edge-runtime": "^2.5.8",
"esbuild": "^0.19.11",

@@ -91,3 +93,3 @@ "jose": "^5.2.0",

"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-mdn-links": "^3.1.12",
"typedoc-plugin-mdn-links": "^3.1.13",
"typescript": "^5.3.3",

@@ -94,0 +96,0 @@ "undici": "^5.28.2"

@@ -18,2 +18,3 @@ # OAuth 2 / OpenID Connect for JavaScript Runtimes

- JWT Secured Introspection, Response Mode (JARM), Authorization Request (JAR), and UserInfo
- Validating incoming JWT Access Tokens

@@ -47,3 +48,3 @@ ## [Certification](https://openid.net/certification/faq/)

```js
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.7.0/mod.ts'
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.8.0/mod.ts'
```

@@ -50,0 +51,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc