Socket
Socket
Sign inDemoInstall

jose-algorithms

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

LICENSE

5

index.js
module.exports = {
HS256: { name: 'HMAC', hash: { name: 'SHA-256' }},
HS384: { name: 'HMAC', hash: { name: 'SHA-384' }},
HS512: { name: 'HMAC', hash: { name: 'SHA-512' }},
HS512: { name: 'HMAC', hash: { name: 'SHA-512' } },
PS256: { name: 'RSA-PSS', hash: { name: 'SHA-256' }, saltLength: 32 },
PS384: { name: 'RSA-PSS', hash: { name: 'SHA-384' }, saltLength: 48 },
PS512: { name: 'RSA-PSS', hash: { name: 'SHA-512' }, saltLength: 64 },
RS256: { name: 'RSASSA-PKCS1-v1_5', hash: { name: 'SHA-256' }},

@@ -6,0 +9,0 @@ RS384: { name: 'RSASSA-PKCS1-v1_5', hash: { name: 'SHA-384' }},

{
"name": "jose-algorithms",
"version": "0.0.3",
"version": "0.0.4",
"description": "A collection of JOSE-compatible algorithms",

@@ -13,3 +13,4 @@ "main": "index.js",

"author": "kevlened",
"license": "MIT"
"license": "MIT",
"gitHead": "3408bcaff5e42cd07f29dad4386d876553a774bc"
}
index.mjs

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc