Comparing version 0.20.1 to 0.21.0
@@ -38,1 +38,2 @@ // Type definitions for argon2 v0.19.2 | ||
export function verify(hash: string, plain: Buffer | string): Promise<boolean>; | ||
export function needsRehash(hash: string, options?: Options): boolean; |
{ | ||
"name": "argon2", | ||
"version": "0.20.1", | ||
"version": "0.21.0", | ||
"description": "An Argon2 library for Node", | ||
@@ -33,8 +33,8 @@ "main": "argon2.js", | ||
"@phc/format": "^0.5.0", | ||
"bindings": "^1.3.0", | ||
"bindings": "^1.4.0", | ||
"node-addon-api": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^10.12.10", | ||
"mocha": "^5.1.1", | ||
"@types/node": "^11.9.4", | ||
"mocha": "^6.0.0", | ||
"sandra": "^0.3.2", | ||
@@ -41,0 +41,0 @@ "typescript": "^2.8.3" |
# node-argon2 | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/ranisalt/node-argon2.svg)](https://greenkeeper.io/) | ||
[![NPM package][npm-image]][npm-url] [![Coverage status][coverage-image]][coverage-url] [![Code Quality][codequality-image]][codequality-url] [![Dependencies][david-dm-image]][david-dm-url] | ||
- Linux: [![Linux build status][travis-image]][travis-url] | ||
[![NPM package][npm-image]][npm-url] [![Coverage status][coverage-image]][codacy-url] [![Code Quality][codequality-image]][codacy-url] [![Dependencies][david-dm-image]][david-dm-url] | ||
- Linux/OS X: [![Linux build status][travis-image]][travis-url] | ||
- Windows: [![Windows build status][appveyor-image]][appveyor-url] | ||
@@ -95,3 +95,3 @@ | ||
You **MUST** have a **node-gyp** global install before proceeding with install, | ||
along with GCC >= 4.8 / Clang >= 3.3. On Windows, you must compile under Visual | ||
along with GCC >= 5 / Clang >= 3.3. On Windows, you must compile under Visual | ||
Studio 2015 or newer. | ||
@@ -102,3 +102,3 @@ | ||
#### OSX | ||
To install GCC >= 4.8 on OSX, use [homebrew](http://brew.sh/): | ||
To install GCC >= 5 on OSX, use [homebrew](http://brew.sh/): | ||
```console | ||
@@ -126,3 +126,3 @@ $ brew install gcc | ||
Work licensed under the [MIT License](LICENSE). Please check | ||
[P-H-C/phc-winner-argon2] (https://github.com/P-H-C/phc-winner-argon2) for | ||
[P-H-C/phc-winner-argon2](https://github.com/P-H-C/phc-winner-argon2) for | ||
license over Argon2 and the reference implementation. | ||
@@ -134,9 +134,8 @@ | ||
[travis-url]: https://travis-ci.org/ranisalt/node-argon2 | ||
[appveyor-image]: https://img.shields.io/appveyor/ci/ranisalt/node-argon2.svg?style=flat-square | ||
[appveyor-image]: https://img.shields.io/appveyor/ci/ranisalt/node-argon2/master.svg?style=flat-square | ||
[appveyor-url]: https://ci.appveyor.com/project/ranisalt/node-argon2 | ||
[coverage-image]: https://img.shields.io/coveralls/ranisalt/node-argon2/master.svg?style=flat-square | ||
[coverage-url]: https://coveralls.io/github/ranisalt/node-argon2 | ||
[codequality-image]: https://img.shields.io/codacy/15927f4eb15747fd8a537e48a04bd4f6/master.svg?style=flat-square | ||
[codequality-url]: https://www.codacy.com/app/ranisalt/node-argon2 | ||
[coverage-image]: https://img.shields.io/codacy/coverage/15927f4eb15747fd8a537e48a04bd4f6/master.svg?style=flat-square | ||
[codequality-image]: https://img.shields.io/codacy/grade/15927f4eb15747fd8a537e48a04bd4f6/master.svg?style=flat-square | ||
[codacy-url]: https://www.codacy.com/app/ranisalt/node-argon2 | ||
[david-dm-image]: https://img.shields.io/david/ranisalt/node-argon2.svg?style=flat-square | ||
[david-dm-url]: https://david-dm.org/ranisalt/node-argon2 |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
275202
2402
138
2
Updatedbindings@^1.4.0