sha512-crypt-ts
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "sha512-crypt-ts", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Typescript wrapper for SHA-512, including $6$ crypt format.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -14,7 +14,7 @@ [![codecov](https://codecov.io/gh/bedlaj/sha512-crypt-ts/branch/master/graph/badge.svg)](https://codecov.io/gh/bedlaj/sha512-crypt-ts) | ||
``` | ||
####Import module | ||
#### Import module | ||
``` | ||
import { sha512 } from 'sha512-crypt-ts'; | ||
``` | ||
####Usage | ||
#### Usage | ||
``` | ||
@@ -21,0 +21,0 @@ sha512.sha512crypt('password', 'saltsalt'); |
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
26314