sha512-crypt-ts
Advanced tools
Comparing version 0.1.15 to 0.1.16
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sha512 = void 0; | ||
var Int64 = /** @class */ (function () { | ||
@@ -4,0 +5,0 @@ function Int64(h, l) { |
{ | ||
"name": "sha512-crypt-ts", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Typescript wrapper for SHA-512, including $6$ crypt format.", | ||
@@ -41,13 +41,13 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.13.0", | ||
"@types/chai": "^4.2.12", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.11.1", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.6.5", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.1", | ||
"ts-node": "^8.8.2", | ||
"typescript": "^3.8.3", | ||
"typedoc": "^0.17.4" | ||
"codecov": "^3.7.2", | ||
"mocha": "^8.1.3", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.3", | ||
"typedoc": "^0.19.1" | ||
} | ||
} |
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
31578
653