Socket
Socket
Sign inDemoInstall

@veramo/did-discovery

Package Overview
Dependencies
Maintainers
3
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veramo/did-discovery - npm Package Compare versions

Comparing version 5.6.1-next.41 to 5.6.1-next.42

6

build/action-handler.d.ts

@@ -23,7 +23,3 @@ import { IAgentContext, IAgentPlugin } from '@veramo/core-types';

type: string;
description: string; /**
* This class adds support for discovering DIDs.
*
* @beta This API may change without a BREAKING CHANGE notice.
*/
description: string;
};

@@ -30,0 +26,0 @@ };

2

build/action-handler.js

@@ -1,2 +0,2 @@

import schema from './plugin.schema.js';
import { schema } from './plugin.schema.js';
import Debug from 'debug';

@@ -3,0 +3,0 @@ const debug = Debug('veramo:did-discovery');

@@ -9,2 +9,3 @@ /**

export * from './types.js';
export { schema } from './plugin.schema.js';
//# sourceMappingURL=index.d.ts.map

@@ -9,2 +9,3 @@ /**

export * from './types.js';
export { schema } from './plugin.schema.js';
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

declare const _default: {
export declare const schema: {
IDIDDiscovery: {

@@ -97,3 +97,2 @@ components: {

};
export default _default;
//# sourceMappingURL=plugin.schema.d.ts.map

@@ -1,2 +0,2 @@

export default {
export const schema = {
"IDIDDiscovery": {

@@ -3,0 +3,0 @@ "components": {

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.36.3"
"packageVersion": "7.39.4"
}
]
}
{
"name": "@veramo/did-discovery",
"description": "Veramo DID discovery plugin",
"version": "5.6.1-next.41+71e313f89",
"version": "5.6.1-next.42+7896ceaf2",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
"./build/plugin.schema.json": "./build/plugin.schema.json"
".": "./build/index.js"
},

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

"dependencies": {
"@veramo/core-types": "^5.6.1-next.41+71e313f89",
"@veramo/core-types": "^5.6.1-next.42+7896ceaf2",
"debug": "^4.3.3"

@@ -57,3 +56,3 @@ },

"type": "module",
"gitHead": "71e313f894baaad08bf322f56b36d92d7c667ba9"
"gitHead": "7896ceaf2c79993eee44e46950814bea74bfe647"
}

@@ -10,4 +10,5 @@ import { IAgentContext, IAgentPlugin } from '@veramo/core-types'

import { AbstractDidDiscoveryProvider } from './abstract-did-discovery-provider.js'
import schema from './plugin.schema.js'
import { schema } from './plugin.schema.js'
import Debug from 'debug'
const debug = Debug('veramo:did-discovery')

@@ -14,0 +15,0 @@

@@ -8,2 +8,3 @@ /**

export { AbstractDidDiscoveryProvider } from './abstract-did-discovery-provider.js'
export * from './types.js'
export * from './types.js'
export { schema } from './plugin.schema.js'

@@ -1,2 +0,2 @@

export default {
export const schema = {
"IDIDDiscovery": {

@@ -3,0 +3,0 @@ "components": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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