Socket
Socket
Sign inDemoInstall

jose

Package Overview
Dependencies
0
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.11.3 to 4.11.4

5

package.json
{
"name": "jose",
"version": "4.11.3",
"version": "4.11.4",
"description": "'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes",

@@ -86,5 +86,6 @@ "keywords": [

"!dist/types/runtime/*",
"!dist/types/lib/*"
"!dist/types/lib/*",
"!dist/deno/**/*"
],
"deno": "./dist/browser/index.js"
}

2

README.md

@@ -41,3 +41,3 @@ # jose

```js
import * as jose from 'https://deno.land/x/jose@v4.11.3/index.ts'
import * as jose from 'https://deno.land/x/jose@v4.11.4/index.ts'
```

@@ -44,0 +44,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc