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

@veramo/core

Package Overview
Dependencies
Maintainers
3
Versions
570
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veramo/core - npm Package Compare versions

Comparing version 5.5.3-next.17 to 5.5.3

2

build/agent.d.ts

@@ -5,3 +5,3 @@ import type { IAgent, IAgentOptions, IAgentPluginSchema, IPluginMethodMap, TAgent } from '@veramo/core-types';

*
* This is the main entry point into the API of Veramo.
* This is the main entry point into the API of the DID Agent Framework.
* When plugins are installed, they extend the API of the agent and the methods

@@ -8,0 +8,0 @@ * they provide can all use the common context so that plugins can build on top

@@ -25,3 +25,3 @@ import { CoreEvents } from '@veramo/core-types';

*
* This is the main entry point into the API of Veramo.
* This is the main entry point into the API of the DID Agent Framework.
* When plugins are installed, they extend the API of the agent and the methods

@@ -28,0 +28,0 @@ * they provide can all use the common context so that plugins can build on top

{
"name": "@veramo/core",
"description": "Veramo Core Logic & Interfaces.",
"version": "5.5.3-next.17+c1d603295",
"version": "5.5.3",
"main": "build/index.js",

@@ -16,3 +16,3 @@ "exports": {

"dependencies": {
"@veramo/core-types": "^5.5.3-next.17+c1d603295",
"@veramo/core-types": "^5.5.3",
"debug": "^4.3.4",

@@ -37,8 +37,18 @@ "events": "^3.2.0",

},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/core"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"keywords": [],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"plugin host"
],
"license": "Apache-2.0",

@@ -50,3 +60,3 @@ "type": "module",

],
"gitHead": "c1d6032952dccb8dd53ec8fb56e817e5413273ce"
"gitHead": "35d9920683d3fccb4cfcae4d3d3bf79bcbbb227b"
}

@@ -32,3 +32,3 @@ import type { IAgent, IAgentOptions, IAgentPluginSchema, IPluginMethodMap, TAgent } from '@veramo/core-types'

*
* This is the main entry point into the API of Veramo.
* This is the main entry point into the API of the DID Agent Framework.
* When plugins are installed, they extend the API of the agent and the methods

@@ -35,0 +35,0 @@ * they provide can all use the common context so that plugins can build on top

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