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

@veramo/did-manager

Package Overview
Dependencies
Maintainers
4
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veramo/did-manager - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1-experimental.39

build/memory-did-store.d.ts

1

build/index.d.ts

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

export { AbstractDIDStore } from './abstract-identifier-store';
export { MemoryDIDStore } from './memory-did-store';
//# sourceMappingURL=index.d.ts.map

4

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AbstractDIDStore = exports.AbstractIdentifierProvider = exports.DIDManager = void 0;
exports.MemoryDIDStore = exports.AbstractDIDStore = exports.AbstractIdentifierProvider = exports.DIDManager = void 0;
/**

@@ -16,2 +16,4 @@ * Provides a {@link @veramo/did-manager#DIDManager | plugin} for the

Object.defineProperty(exports, "AbstractDIDStore", { enumerable: true, get: function () { return abstract_identifier_store_1.AbstractDIDStore; } });
var memory_did_store_1 = require("./memory-did-store");
Object.defineProperty(exports, "MemoryDIDStore", { enumerable: true, get: function () { return memory_did_store_1.MemoryDIDStore; } });
//# sourceMappingURL=index.js.map

@@ -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.13.0"
"packageVersion": "7.13.5"
}
]
}
{
"name": "@veramo/did-manager",
"description": "Veramo DID manager plugin",
"version": "1.1.0",
"version": "1.1.1-experimental.39+f952fb0a",
"main": "build/index.js",

@@ -12,6 +12,6 @@ "types": "build/index.d.ts",

"dependencies": {
"@veramo/core": "^1.1.0"
"@veramo/core": "^1.1.1-experimental.39+f952fb0a"
},
"devDependencies": {
"typescript": "4.1.3"
"typescript": "4.2.4"
},

@@ -37,3 +37,3 @@ "files": [

"keywords": [],
"gitHead": "650d73c04e83ea4b8a10f05578bd00f10c579538"
"gitHead": "f952fb0a967c817328b87cc97712204964ae528a"
}

@@ -10,1 +10,2 @@ /**

export { AbstractDIDStore } from './abstract-identifier-store'
export { MemoryDIDStore } from './memory-did-store'

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