sha512-crypt-ts
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "sha512-crypt-ts", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Typescript wrapper for SHA-512, including $6$ crypt format.", | ||
"scripts": { | ||
"test": "mocha -r ts-node/register tests/*.test.ts", | ||
"e2e": "mocha -r ts-node/register tests/*.e2e.ts", | ||
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test", | ||
@@ -41,2 +42,3 @@ "build": "tsc" | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.13.0", | ||
"chai": "^4.2.0", | ||
@@ -43,0 +45,0 @@ "codecov": "^3.6.5", |
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
26212
9