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

daf-did-comm

Package Overview
Dependencies
Maintainers
8
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 0.10.0 to 0.10.3

2

build/action-handler.js

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

var debug_1 = __importDefault(require("debug"));
var debug = debug_1.default('did-comm-action-handler');
var debug = debug_1.default('daf:did-comm:action-handler');
exports.ActionTypes = {

@@ -62,0 +62,0 @@ sendJwt: 'action.sendJwt',

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

var debug_1 = __importDefault(require("debug"));
var debug = debug_1.default('did-comm-message-validator');
var debug = debug_1.default('daf:did-comm:message-validator');
var MessageValidator = /** @class */ (function (_super) {

@@ -72,0 +72,0 @@ __extends(MessageValidator, _super);

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

## [0.10.3](https://github.com/uport-project/daf/compare/v0.10.2...v0.10.3) (2019-12-12)
### Bug Fixes
* Unifying debug messages ([efb4f3b](https://github.com/uport-project/daf/commit/efb4f3bf9f6d3f0d412eb80da7bb4ae92ce8ca72))
# [0.10.0](https://github.com/uport-project/daf/compare/v0.9.0...v0.10.0) (2019-12-10)

@@ -8,0 +19,0 @@

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

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

"DIDComm-js": "git://github.com/uport-project/DIDComm-js.git#fix/build-issues",
"daf-core": "^0.10.0",
"daf-core": "^0.10.3",
"debug": "^4.1.1",

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

"keywords": [],
"gitHead": "a194a5cf6c9bbe98b033f3add2044175dcc68391"
"gitHead": "7714b6dd24142a6aa55fe863af59dc35eeb7b7ad"
}

@@ -6,3 +6,3 @@ import { Core, AbstractActionHandler, Types, Message } from 'daf-core'

const debug = Debug('did-comm-action-handler')
const debug = Debug('daf:did-comm:action-handler')

@@ -9,0 +9,0 @@ export const ActionTypes = {

import { Core, AbstractMessageValidator, Message } from 'daf-core'
import { DIDComm } from 'DIDComm-js'
import Debug from 'debug'
const debug = Debug('did-comm-message-validator')
const debug = Debug('daf:did-comm:message-validator')

@@ -6,0 +6,0 @@ export class MessageValidator extends AbstractMessageValidator {

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