Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "upash", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Unified API for password hashing algorithms", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -102,2 +102,5 @@ <p align="center"> | ||
Do you believe that this is useful? Has it saved you time? Or maybe you simply like it? | ||
If so, [support my work with a Star ⭐️][start]. | ||
## Usage | ||
@@ -125,3 +128,3 @@ The upash solution is straight-forward but it is important to follow all the | ||
```js | ||
const upash = require('@upash'); | ||
const upash = require('upash'); | ||
@@ -147,3 +150,3 @@ // Install the algorithm of your choice. | ||
```js | ||
const upash = require('@upash'); | ||
const upash = require('upash'); | ||
@@ -150,0 +153,0 @@ // Install the algorithms of your choice. |
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
25650
404