Socket
Socket
Sign inDemoInstall

@aries-framework/cheqd

Package Overview
Dependencies
160
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0-alpha.93 to 0.5.0-alpha.94

1

build/dids/CheqdDidResolver.d.ts

@@ -5,2 +5,3 @@ import type { AgentContext, DidResolutionResult, DidResolver, ParsedDid } from '@aries-framework/core';

readonly supportedMethods: string[];
readonly allowsCaching = true;
resolve(agentContext: AgentContext, did: string, parsed: ParsedDid): Promise<DidResolutionResult>;

@@ -7,0 +8,0 @@ resolveResource(agentContext: AgentContext, did: string): Promise<{

@@ -11,2 +11,3 @@ "use strict";

this.supportedMethods = ['cheqd'];
this.allowsCaching = true;
}

@@ -13,0 +14,0 @@ async resolve(agentContext, did, parsed) {

10

package.json

@@ -5,3 +5,3 @@ {

"types": "build/index",
"version": "0.5.0-alpha.93+34a6c9f1",
"version": "0.5.0-alpha.94+1261caa2",
"files": [

@@ -28,4 +28,4 @@ "build"

"dependencies": {
"@aries-framework/anoncreds": "0.5.0-alpha.93+34a6c9f1",
"@aries-framework/core": "0.5.0-alpha.93+34a6c9f1",
"@aries-framework/anoncreds": "0.5.0-alpha.94+1261caa2",
"@aries-framework/core": "0.5.0-alpha.94+1261caa2",
"@cheqd/sdk": "cjs",

@@ -42,3 +42,3 @@ "@cheqd/ts-proto": "cjs",

"devDependencies": {
"@aries-framework/indy-sdk": "0.5.0-alpha.93+34a6c9f1",
"@aries-framework/indy-sdk": "0.5.0-alpha.94+1261caa2",
"@types/indy-sdk": "*",

@@ -48,3 +48,3 @@ "rimraf": "^4.0.7",

},
"gitHead": "34a6c9f185d7b177956e5e2c5d79408e52915136"
"gitHead": "1261caa245f05785193da16cfee3c70b7715106a"
}

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