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

daf-did-comm

Package Overview
Dependencies
Maintainers
6
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daf-did-comm - npm Package Compare versions

Comparing version 2.3.15 to 2.3.16

2

build/action-handler.js

@@ -137,3 +137,3 @@ "use strict";

case 14:
debug('No MessagingService service in didDoc');
debug('No Messaging service in didDoc');
return [2 /*return*/, _super.prototype.handleAction.call(this, action, core)];

@@ -140,0 +140,0 @@ case 15: return [2 /*return*/, _super.prototype.handleAction.call(this, action, core)];

@@ -6,2 +6,10 @@ # Change Log

## [2.3.16](https://github.com/uport-project/daf/compare/v2.3.15...v2.3.16) (2020-03-03)
**Note:** Version bump only for package daf-did-comm
## [2.3.15](https://github.com/uport-project/daf/compare/v2.3.14...v2.3.15) (2020-03-02)

@@ -8,0 +16,0 @@

{
"name": "daf-did-comm",
"description": "DAF DIDComm",
"version": "2.3.15",
"version": "2.3.16",
"main": "build/index.js",

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

"dependencies": {
"daf-core": "^2.3.15",
"daf-core": "^2.3.16",
"debug": "^4.1.1",

@@ -31,3 +31,3 @@ "uuid": "^3.3.3"

"keywords": [],
"gitHead": "2af44b98932255b1448f36c5118583c19d33af83"
"gitHead": "5d223cdc544829bf6246c9a4cf9415dc56ef5f25"
}

@@ -79,3 +79,3 @@ import { Core, AbstractActionHandler, Action, Message } from 'daf-core'

} else {
debug('No MessagingService service in didDoc')
debug('No Messaging service in didDoc')
return super.handleAction(action, core)

@@ -82,0 +82,0 @@ }

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