Comparing version 5.3.0 to 5.3.1
@@ -0,1 +1,8 @@ | ||
## [5.3.1](https://github.com/decentralized-identity/did-jwt/compare/5.3.0...5.3.1) (2021-05-15) | ||
### Bug Fixes | ||
* add repository to package.json ([#167](https://github.com/decentralized-identity/did-jwt/issues/167)) ([5ecbb32](https://github.com/decentralized-identity/did-jwt/commit/5ecbb322375e5eb998d6a8f2116b0980a997915e)) | ||
# [5.3.0](https://github.com/decentralized-identity/did-jwt/compare/5.2.0...5.3.0) (2021-05-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "did-jwt", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "Library for Signing and Verifying JWTs compatible uPort and DID standards", | ||
@@ -35,2 +35,6 @@ "main": "lib/index.js", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:decentralized-identity/did-jwt.git" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -59,3 +63,3 @@ "jest": { | ||
"eslint-config-standard": "16.0.2", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-import": "2.23.0", | ||
"eslint-plugin-jest": "24.3.6", | ||
@@ -71,3 +75,3 @@ "eslint-plugin-node": "11.1.0", | ||
"regenerator-runtime": "0.13.7", | ||
"semantic-release": "17.4.2", | ||
"semantic-release": "17.4.3", | ||
"sinon": "10.0.0", | ||
@@ -74,0 +78,0 @@ "standard": "16.0.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
730402
0