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

daf-did-jwt

Package Overview
Dependencies
Maintainers
6
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daf-did-jwt - 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.JwtMessageHandler = void 0;
/**

@@ -4,0 +5,0 @@ * Provides a {@link daf-did-jwt#JwtMessageHandler | plugin } for the {@link daf-message-handler#MessageHandler} that finds and verifies a JWT in a message

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-did-jwt
# [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-did-jwt",
"description": "DAF message validator plugin for decoding JWT payloads.",
"version": "7.0.0-beta.21",
"version": "7.0.0-beta.22",
"main": "build/index.js",

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

"dependencies": {
"daf-core": "^7.0.0-beta.21",
"daf-message-handler": "^7.0.0-beta.21",
"daf-core": "^7.0.0-beta.22",
"daf-message-handler": "^7.0.0-beta.22",
"debug": "^4.1.1",

@@ -20,3 +20,3 @@ "did-jwt": "4.5.0",

"@types/debug": "^4.1.5",
"typescript": "^3.8.3"
"typescript": "^4.0.3"
},

@@ -33,3 +33,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