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

did-jwt-vc

Package Overview
Dependencies
Maintainers
7
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 0.1.5 to 0.1.6

CHANGELOG.md

2

lib/types.d.ts

@@ -40,4 +40,4 @@ import { Signer } from 'did-jwt';

signer: Signer;
alg: string;
alg?: string;
}
//# sourceMappingURL=types.d.ts.map
{
"name": "did-jwt-vc",
"version": "0.1.5",
"version": "0.1.6",
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",

@@ -22,2 +22,4 @@ "main": "lib/index.js",

"lint": "tslint -p tsconfig.json",
"release": "semantic-release --debug",
"test-with-coverage": "jest --coverage && codecov",
"prepare": "npm run build",

@@ -29,4 +31,8 @@ "prepublishOnly": "npm test && npm run lint"

"dependencies": {
"did-jwt": "^3.0.0"
"did-jwt": "^4.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/did-jwt-vc.git"
},
"jest": {

@@ -53,17 +59,21 @@ "transform": {

"devDependencies": {
"@types/faker": "^4.1.5",
"@types/jest": "^24.0.15",
"did-resolver": "^1.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/faker": "^4.1.11",
"@types/jest": "^24.9.1",
"codecov": "^3.6.5",
"did-resolver": "^1.1.0",
"ethr-did": "^1.1.0",
"ethr-did-resolver": "^1.0.1",
"ethr-did-resolver": "^1.0.3",
"faker": "^4.1.0",
"jest": "^24.8.0",
"jest": "^24.9.0",
"microbundle": "^0.11.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"prettier": "^1.19.1",
"semantic-release": "^17.0.7",
"ts-jest": "^24.3.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.5.3"
"typescript": "^3.8.3"
}
}

@@ -47,3 +47,3 @@ import { Signer } from 'did-jwt'

signer: Signer
alg: string
alg?: string
}

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