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

did-comm-audit

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

did-comm-audit - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

build/message-handler/audit-message-handler.js

@@ -81,3 +81,3 @@ import { AbstractMessageHandler } from '@veramo/message-handler';

console.log("handle 3");
const answer = await getAnswer(data.contracts);
const answer = await getAnswer(data.contract);
const cred = await createCredential(context, answer, data.contractName, from, to);

@@ -84,0 +84,0 @@ const response = createAuditResponse(to, from, id, threadId, cred);

{
"name": "did-comm-audit",
"version": "1.0.12",
"version": "1.0.13",
"source": "src/index.ts",

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

@@ -97,3 +97,3 @@ import { IAgentContext, ICredentialPlugin, IDIDManager, IKeyManager } from '@veramo/core-types'

console.log("handle 3")
const answer = await getAnswer(data.contracts)
const answer = await getAnswer(data.contract)
const cred = await createCredential(context, answer, data.contractName, from, to)

@@ -100,0 +100,0 @@

Sorry, the diff of this file is not supported yet

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