Socket
Socket
Sign inDemoInstall

@did-connect/handler

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@did-connect/handler - npm Package Compare versions

Comparing version 2.1.59 to 2.2.0

4

./lib/index.js

@@ -198,5 +198,5 @@ "use strict";

});
const handleSessionRead = (sessionId) => __awaiter(this, void 0, void 0, function* () {
const handleSessionRead = (sessionId) => {
return storage.read(sessionId);
});
};
const handleSessionUpdate = (context) => __awaiter(this, void 0, void 0, function* () {

@@ -203,0 +203,0 @@ const { locale, body, session, sessionId } = context;

@@ -198,5 +198,5 @@ "use strict";

});
const handleSessionRead = (sessionId) => __awaiter(this, void 0, void 0, function* () {
const handleSessionRead = (sessionId) => {
return storage.read(sessionId);
});
};
const handleSessionUpdate = (context) => __awaiter(this, void 0, void 0, function* () {

@@ -203,0 +203,0 @@ const { locale, body, session, sessionId } = context;

{
"name": "@did-connect/handler",
"description": "Abstract handler for did-connect relay server",
"version": "2.1.59",
"version": "2.2.0",
"author": {

@@ -21,10 +21,10 @@ "name": "wangshijun",

"dependencies": {
"@arcblock/did": "^1.18.80",
"@arcblock/jwt": "^1.18.80",
"@arcblock/ws": "^1.18.80",
"@did-connect/authenticator": "2.1.59",
"@did-connect/storage": "2.1.59",
"@did-connect/types": "2.1.59",
"@ocap/mcrypto": "^1.18.80",
"@ocap/util": "^1.18.80",
"@arcblock/did": "^1.18.87",
"@arcblock/jwt": "^1.18.87",
"@arcblock/ws": "^1.18.87",
"@did-connect/authenticator": "2.2.0",
"@did-connect/storage": "2.2.0",
"@did-connect/types": "2.2.0",
"@ocap/mcrypto": "^1.18.87",
"@ocap/util": "^1.18.87",
"axios": "^0.27.2",

@@ -37,3 +37,3 @@ "lodash": "^4.17.21",

"devDependencies": {
"@arcblock/eslint-config-ts": "0.2.3",
"@arcblock/eslint-config-ts": "0.2.4",
"@types/semver": "^7.3.12",

@@ -75,3 +75,3 @@ "axios": "^0.27.2",

"resolutions": {},
"gitHead": "b18d26266528550c0f1845fd30db4499cad2ead3"
"gitHead": "b85fa30b6a3e85ab014cacb95004f000c39f5fa7"
}
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