New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@veramo/core

Package Overview
Dependencies
Maintainers
4
Versions
575
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veramo/core - npm Package Compare versions

Comparing version 1.2.3-next.27 to 1.2.3-next.28

4

package.json
{
"name": "@veramo/core",
"description": "Veramo Core Logic & Interfaces.",
"version": "1.2.3-next.27+393c316e",
"version": "1.2.3-next.28+a030f0a9",
"main": "build/index.js",

@@ -51,3 +51,3 @@ "types": "build/index.d.ts",

"keywords": [],
"gitHead": "393c316e27fb31b3c7fa63aae039b8fc6ae963ce"
"gitHead": "a030f0a9779e5158d9369d2f81107158fbaeac70"
}

@@ -204,7 +204,7 @@ import { IPluginMethodMap } from './IAgent'

* Compute a shared secret with the public key of another party.
*
*
* This computes the raw shared secret (the result of a Diffie-Hellman computation)
* To use this for symmetric encryption you MUST apply a KDF on the result.
*
* @param args {@link IKeyManagerSharedKeyArgs}
*
* @param args {@link IKeyManagerSharedKeyArgs}
* @returns a `Promise` that resolves to a hex encoded shared secret

@@ -211,0 +211,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