Comparing version 0.28.3 to 0.28.4
{ | ||
"name": "argon2", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "An Argon2 library for Node", | ||
@@ -50,15 +50,14 @@ "main": "argon2.js", | ||
"dependencies": { | ||
"@mapbox/node-pre-gyp": "^1.0.7", | ||
"@mapbox/node-pre-gyp": "^1.0.8", | ||
"@phc/format": "^1.0.0", | ||
"node-addon-api": "^4.2.0", | ||
"node-addon-api": "^4.3.0", | ||
"opencollective-postinstall": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.11.10", | ||
"coveralls": "^3.1.1", | ||
"mocha": "^9.1.3", | ||
"@types/node": "^17.0.14", | ||
"mocha": "^9.2.0", | ||
"node-gyp": "^8.4.1", | ||
"nyc": "^15.1.0", | ||
"standard": "^16.0.4", | ||
"typescript": "^4.5.2" | ||
"typescript": "^4.5.5" | ||
}, | ||
@@ -65,0 +64,0 @@ "binary": { |
@@ -8,3 +8,2 @@ # node-argon2 | ||
[![Code Quality][codequality-image]][codequality-url] | ||
[![Dependencies][david-image]][david-url] | ||
@@ -221,7 +220,5 @@ Bindings to the reference [Argon2](https://github.com/P-H-C/phc-winner-argon2) | ||
[actions-url]: https://github.com/ranisalt/node-argon2/actions | ||
[coverage-image]: https://img.shields.io/coveralls/github/ranisalt/node-argon2/master.svg?style=flat-square | ||
[coverage-url]: https://coveralls.io/github/ranisalt/node-argon2 | ||
[coverage-image]: https://img.shields.io/codacy/coverage/82ca7b57a6ec4c68a02db89618c4094d?style=flat-square | ||
[coverage-url]: https://www.codacy.com/gh/ranisalt/node-argon2/dashboard | ||
[codequality-image]: https://img.shields.io/codacy/grade/15927f4eb15747fd8a537e48a04bd4f6/master.svg?style=flat-square | ||
[codequality-url]: https://www.codacy.com/app/ranisalt/node-argon2 | ||
[david-image]: https://img.shields.io/david/ranisalt/node-argon2.svg?style=flat-square | ||
[david-url]: https://david-dm.org/ranisalt/node-argon2 |
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
6
184253
223
Updated@mapbox/node-pre-gyp@^1.0.8
Updatednode-addon-api@^4.3.0