sha512-crypt-ts
Advanced tools
Comparing version 0.1.22 to 0.1.23
{ | ||
"name": "sha512-crypt-ts", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "Typescript wrapper for SHA-512, including $6$ crypt format.", | ||
@@ -43,3 +43,3 @@ "scripts": { | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.0.2", | ||
"@types/node": "^15.6.1", | ||
"chai": "^4.3.4", | ||
@@ -49,6 +49,6 @@ "codecov": "^3.8.2", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.4", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.2", | ||
"typedoc": "^0.20.36" | ||
} | ||
} |
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
31556