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

did-jwt

Package Overview
Dependencies
Maintainers
8
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

did-jwt - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

dist/did-jwt.js.LICENSE.txt

7

CHANGELOG.md

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

## [5.0.2](https://github.com/decentralized-identity/did-jwt/compare/5.0.1...5.0.2) (2021-03-23)
### Bug Fixes
* **deps:** update dependencies ([#157](https://github.com/decentralized-identity/did-jwt/issues/157)) ([82da9e2](https://github.com/decentralized-identity/did-jwt/commit/82da9e2248f3861097e72edf519db5337d2aa3ad)), closes [#135](https://github.com/decentralized-identity/did-jwt/issues/135)
## [5.0.1](https://github.com/decentralized-identity/did-jwt/compare/5.0.0...5.0.1) (2021-03-11)

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

34

package.json
{
"name": "did-jwt",
"version": "5.0.1",
"version": "5.0.2",
"description": "Library for Signing and Verifying JWTs compatible uPort and DID standards",

@@ -65,23 +65,22 @@ "main": "lib/index.js",

"@types/elliptic": "6.4.12",
"@types/jest": "26.0.20",
"@types/jest": "26.0.21",
"codecov": "3.8.1",
"eslint": "7.21.0",
"eslint-config-standard": "14.1.1",
"eslint": "7.22.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.2.1",
"eslint-plugin-jest": "24.3.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-standard": "5.0.0",
"jest": "26.6.3",
"jsdoc-to-markdown": "6.0.1",
"jsontokens": "3.0.0",
"microbundle": "0.13.0",
"mockdate": "3.0.2",
"mockdate": "3.0.4",
"nacl-did": "1.0.1",
"prettier": "2.2.1",
"regenerator-runtime": "0.13.7",
"semantic-release": "17.4.1",
"sinon": "9.2.4",
"standard": "14.3.4",
"ts-jest": "26.5.3",
"semantic-release": "17.4.2",
"sinon": "10.0.0",
"standard": "16.0.3",
"ts-jest": "26.5.4",
"tslint": "6.1.3",

@@ -92,7 +91,6 @@ "tslint-config-prettier": "1.18.0",

"typescript": "4.2.3",
"webpack": "4.46.0",
"webpack-cli": "3.3.12"
"webpack": "5.27.2",
"webpack-cli": "4.5.0"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@stablelib/ed25519": "^1.0.1",

@@ -103,6 +101,6 @@ "@stablelib/random": "^1.0.0",

"@stablelib/xchacha20poly1305": "^1.0.0",
"did-resolver": "^3.0.1",
"elliptic": "^6.5.3",
"did-resolver": "^3.0.2",
"elliptic": "^6.5.4",
"js-sha3": "^0.8.0",
"uint8arrays": "^2.0.0"
"uint8arrays": "^2.1.3"
},

@@ -109,0 +107,0 @@ "standard": {

@@ -44,3 +44,3 @@ # did-jwt

{ issuer: 'did:ethr:0xf3beac30c498d9e26865f34fcaa57dbb935b0d74', signer },
{ alg: 'ES256K' }
{ alg: 'ES256K' }
)

@@ -103,3 +103,3 @@ console.log(jwt)

```js
```typescript
{

@@ -113,7 +113,11 @@ payload: {

},
doc: {
'@context': 'https://w3id.org/did/v1',
id: 'did:ethr:0xf3beac30c498d9e26865f34fcaa57dbb935b0d74',
publicKey: [ [Object] ],
authentication: [ [Object] ]
didResolutionResult: {
didDocumentMetadata: {},
didResolutionMetadata: {},
didDocument: {
'@context': 'https://w3id.org/did/v1',
id: 'did:ethr:0xf3beac30c498d9e26865f34fcaa57dbb935b0d74',
publicKey: [ [Object] ],
authentication: [ [Object] ]
}
},

@@ -120,0 +124,0 @@ issuer: 'did:ethr:0xf3beac30c498d9e26865f34fcaa57dbb935b0d74',

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