sha512-crypt-ts
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -0,0 +0,0 @@ export declare module sha512 { |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "sha512-crypt-ts", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Typescript wrapper for SHA-512, including $6$ crypt format.", | ||
@@ -11,5 +11,10 @@ "scripts": { | ||
"main": "dist/index.js", | ||
"types" : "dist/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"build": "tsc", | ||
"keywords": ["SHA-512", "mkpasswd", "crypt", "typescript"], | ||
"keywords": [ | ||
"SHA-512", | ||
"mkpasswd", | ||
"crypt", | ||
"typescript" | ||
], | ||
"author": "Jan Bednar <public@janbednar.eu> (http://janbednar.eu)", | ||
@@ -16,0 +21,0 @@ "repository": { |
@@ -0,0 +0,0 @@ class Int64 { |
@@ -0,0 +0,0 @@ { |
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
51456
6
1115