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

@extrimian/did-core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extrimian/did-core - npm Package Compare versions

Comparing version 1.0.8 to 1.1.0

dist/storage/implementations/DIDCommMessageIStorage.d.ts

1

dist/index.d.ts

@@ -8,1 +8,2 @@ export * from './models/did-document';

export * from "./models/messaging/didcom-message";
export * from "./storage";

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

__exportStar(require("./models/messaging/didcom-message"), exports);
__exportStar(require("./storage"), exports);
//# sourceMappingURL=index.js.map

6

dist/models/messaging/didcom-message.d.ts

@@ -6,5 +6,5 @@ export declare class DIDCommMessage<TBody = any, TAttachment = any> {

from: string;
to: string[];
body: TBody;
attachments: TAttachment;
to?: string[];
body?: TBody;
attachments?: TAttachment;
}

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

export declare type Service = {
export type Service = {
id: string;

@@ -3,0 +3,0 @@ type: string;

{
"name": "@extrimian/did-core",
"version": "1.0.8",
"version": "1.1.0",
"description": "",

@@ -25,2 +25,2 @@ "main": "dist/index.js",

}
}
}

@@ -7,2 +7,3 @@ export * from './models/did-document';

export * from './models/service';
export * from "./models/messaging/didcom-message";
export * from "./models/messaging/didcom-message";
export * from "./storage"

@@ -6,5 +6,5 @@ export class DIDCommMessage<TBody = any, TAttachment = any> {

from: string;
to: string[];
body: TBody;
attachments: TAttachment;
to?: string[];
body?: TBody;
attachments?: TAttachment;
}

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