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

daf-message-handler

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daf-message-handler - npm Package Compare versions

Comparing version 7.0.0-beta.21 to 7.0.0-beta.22

1

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Message = exports.AbstractMessageHandler = exports.MessageHandler = void 0;
/**

@@ -4,0 +5,0 @@ * Provides a {@link daf-message-handler#MessageHandler | plugin} for the {@link daf-core#Agent} that implements {@link daf-core#IMessageHandler} interface

2

build/message-handler.js

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

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);

@@ -9,0 +9,0 @@ };

@@ -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.9.15"
"packageVersion": "7.9.22"
}
]
}

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

# [7.0.0-beta.22](https://github.com/uport-project/daf/compare/v7.0.0-beta.21...v7.0.0-beta.22) (2020-09-22)
**Note:** Version bump only for package daf-message-handler
# [7.0.0-beta.21](https://github.com/uport-project/daf/compare/v7.0.0-beta.20...v7.0.0-beta.21) (2020-09-17)

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

{
"name": "daf-message-handler",
"description": "DAF Message Handler",
"version": "7.0.0-beta.21",
"version": "7.0.0-beta.22",
"main": "build/index.js",

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

"dependencies": {
"daf-core": "^7.0.0-beta.21"
"daf-core": "^7.0.0-beta.22"
},
"devDependencies": {
"typescript": "^3.8.3"
"typescript": "^4.0.3"
},

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

"keywords": [],
"gitHead": "269780ae0159ac17203d558b3e649c46df010acd"
"gitHead": "3ad9c3ef70dd236ee17fd43d1d6c7e24d508b0fb"
}

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