@cretezy/phc-scrypt
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"name": "@cretezy/phc-scrypt", | ||
@@ -4,0 +4,0 @@ "description": "Node.JS scrypt password hashing algorithm following the PHC string format", |
@@ -94,3 +94,3 @@ <h1 align="center"> | ||
```bash | ||
npm install --save @phc/scrypt | ||
npm install --save @cretezy/phc-scrypt | ||
``` | ||
@@ -103,3 +103,3 @@ | ||
```js | ||
const scrypt = require('@phc/scrypt'); | ||
const scrypt = require('@cretezy/phc-scrypt'); | ||
@@ -106,0 +106,0 @@ // Hash and verify with scrypt and default configs |
35223