Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sha512-crypt-ts

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sha512-crypt-ts - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

1

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sha512 = void 0;
var Int64 = /** @class */ (function () {

@@ -4,0 +5,0 @@ function Int64(h, l) {

20

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc