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

did-jwt-vc

Package Overview
Dependencies
Maintainers
6
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

did-jwt-vc - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.1.1](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.0...2.1.1) (2021-05-18)
### Bug Fixes
* **deps:** bump did-jwt@5.4.0 ([#76](https://github.com/decentralized-identity/did-jwt-vc/issues/76)) ([bfd3eaa](https://github.com/decentralized-identity/did-jwt-vc/commit/bfd3eaad146ee3c812f6ea9961d5fdf36c8fd781))
# [2.1.0](https://github.com/decentralized-identity/did-jwt-vc/compare/2.0.2...2.1.0) (2021-04-08)

@@ -2,0 +9,0 @@

22

package.json
{
"name": "did-jwt-vc",
"version": "2.1.0",
"version": "2.1.1",
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"dependencies": {
"did-jwt": "^5.1.2",
"did-jwt": "^5.4.0",
"did-resolver": "^3.1.0"

@@ -59,12 +59,12 @@ },

"@semantic-release/git": "9.0.0",
"@types/faker": "5.5.0",
"@types/jest": "26.0.22",
"@types/node": "14.14.37",
"codecov": "3.8.1",
"ethr-did": "1.3.0",
"faker": "5.5.2",
"@types/faker": "5.5.5",
"@types/jest": "26.0.23",
"@types/node": "14.14.45",
"codecov": "3.8.2",
"ethr-did": "2.1.3",
"faker": "5.5.3",
"jest": "26.6.3",
"prettier": "2.2.1",
"semantic-release": "17.4.2",
"ts-jest": "26.5.4",
"prettier": "2.3.0",
"semantic-release": "17.4.3",
"ts-jest": "26.5.6",
"tslint": "6.1.3",

@@ -71,0 +71,0 @@ "tslint-config-prettier": "1.18.0",

@@ -1,2 +0,2 @@

import EthrDID from 'ethr-did'
import { EthrDID } from 'ethr-did'
import {

@@ -47,6 +47,6 @@ createVerifiableCredentialJwt,

const ethrDidIssuer = (new EthrDID({
address: '0xf1232f840f3ad7d23fcdaa84d6c66dac24efb198',
const ethrDidIssuer = new EthrDID({
identifier: '0xf1232f840f3ad7d23fcdaa84d6c66dac24efb198',
privateKey: 'd8b595680851765f38ea5405129244ba3cbad84467d190859f4c8b20c1ff6c75'
}) as unknown) as Issuer
}) as Issuer

@@ -53,0 +53,0 @@ const verifiableCredentialPayload = {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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