@bigchaindb/jwt
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.18](https://github.com/bigchaindb/js-bigchaindb-wallet/compare/@bigchaindb/jwt@0.0.17...@bigchaindb/jwt@0.0.18) (2021-05-27) | ||
### Bug Fixes | ||
* remove previous jwt library ([462c485](https://github.com/bigchaindb/js-bigchaindb-wallet/commit/462c485c53a431ceda3bfe7029750f3354fe2bd9)) | ||
## [0.0.17](https://github.com/bigchaindb/js-bigchaindb-wallet/compare/@bigchaindb/jwt@0.0.16...@bigchaindb/jwt@0.0.17) (2021-05-27) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@bigchaindb/jwt", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "JWT tool for BigChainDB wallet", | ||
@@ -41,13 +41,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"@bigchaindb/wallet-plugins": "^0.4.2", | ||
"@bigchaindb/wallet-plugins": "^0.4.3", | ||
"rimraf": "~3.0.2", | ||
"typescript": "^4.1.3" | ||
"typescript": "^4.3.2" | ||
}, | ||
"dependencies": { | ||
"@bigchaindb/wallet-hd": "^0.4.1", | ||
"@bigchaindb/wallet-hd": "^0.4.2", | ||
"@bigchaindb/wallet-types": "^0.0.7", | ||
"jwt-ed25519-tn": "git+https://github.com/getlarge/jsonwebtoken-ed25519-tn.git", | ||
"jwt-nacl": "0.0.4" | ||
"jwt-nacl": "^0.0.4" | ||
}, | ||
"gitHead": "9a3fff9ca753aa397c0b7263556e29a5b770d5ea" | ||
"gitHead": "5f12d288204a92e3c3a331f7f2181fead584cd69" | ||
} |
Sorry, the diff of this file is not supported yet
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
3
0
45707