Socket
Socket
Sign inDemoInstall

@trust/webcrypto

Package Overview
Dependencies
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trust/webcrypto - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

package.json
{
"name": "@trust/webcrypto",
"version": "0.8.0",
"version": "0.8.1",
"description": "WebCrypto API for Node.js",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -108,8 +108,10 @@ # W3C Web Cryptography API _(@trust/webcrypto)_

Only the following paramaters are supported for the corresponding algorithm.
| Algorithm name | Supported paramater |
|------------------|------------------|
|ECDSA | secp256k1 |
|EDDSA | ed25519 |
|AES-CTR | sha-1 |
| -------------- | ------------------- |
| ECDSA | `K-256 (secp256k1)`, `P-256`, `P-384`, `P-512` |
| EDDSA | `ed25519` |
| AES-CTR | `sha-1` |
## API

@@ -116,0 +118,0 @@

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