@platform/util.hash
Advanced tools
Comparing version 0.0.68 to 0.0.71
@@ -1,5 +0,5 @@ | ||
export declare type IHashOptions = { | ||
export declare type HashOptions = { | ||
asString?: (input?: any) => string; | ||
}; | ||
export declare function sha256(input: any, options?: IHashOptions): string; | ||
export declare function sha224(input: any, options?: IHashOptions): string; | ||
export declare function sha256(input: any, options?: HashOptions): string; | ||
export declare function sha224(input: any, options?: HashOptions): string; |
{ | ||
"name": "@platform/util.hash", | ||
"version": "0.0.68", | ||
"version": "0.0.71", | ||
"description": "Object and value hashing (SHA-256 / SHA-224).", | ||
@@ -9,3 +9,2 @@ "main": "lib/index", | ||
"test": "ts test", | ||
"tdd": "ts test --watch", | ||
"lint": "ts lint", | ||
@@ -16,8 +15,8 @@ "build": "ts build --no-esm", | ||
"dependencies": { | ||
"@platform/libs": "0.2.14", | ||
"@platform/libs": "0.3.2", | ||
"js-sha256": "0.9.0" | ||
}, | ||
"devDependencies": { | ||
"@platform/test": "0.2.10", | ||
"@platform/ts": "4.1.23" | ||
"@platform/test": "0.3.2", | ||
"@platform/ts": "4.7.7" | ||
}, | ||
@@ -24,0 +23,0 @@ "files": [ |
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
6037
16
110
+ Added@platform/libs@0.3.2(transitive)
+ Added@types/ramda@0.28.15(transitive)
+ Addedramda@0.28.0(transitive)
+ Addedrxjs@7.5.6(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@platform/libs@0.2.14(transitive)
- Removed@types/ramda@0.27.44(transitive)
- Removedramda@0.27.1(transitive)
- Removedrxjs@7.3.0(transitive)
- Removedtslib@2.1.0(transitive)
Updated@platform/libs@0.3.2