@arcjet/stable-hash
Advanced tools
+1
-1
| export * from "./hasher.js"; | ||
| export declare const hash: (...hashers: import("./hasher.js").FieldHasher[]) => Promise<string>; | ||
| export declare const hash: (...hashers: ReadonlyArray<import("./hasher.js").FieldHasher>) => Promise<string>; |
+2
-2
@@ -65,3 +65,3 @@ /** | ||
| */ | ||
| export declare function stringSliceOrdered(key: string, values: string[]): FieldHasher; | ||
| export declare function stringSliceOrdered(key: string, values: ReadonlyArray<string>): FieldHasher; | ||
| /** | ||
@@ -75,3 +75,3 @@ * Create a hasher. | ||
| */ | ||
| export declare function makeHasher(subtle: SubtleCryptoLike): (...hashers: FieldHasher[]) => Promise<string>; | ||
| export declare function makeHasher(subtle: SubtleCryptoLike): (...hashers: ReadonlyArray<FieldHasher>) => Promise<string>; | ||
| export {}; |
+1
-1
| export * from "./hasher.js"; | ||
| export declare const hash: (...hashers: import("./hasher.js").FieldHasher[]) => Promise<string>; | ||
| export declare const hash: (...hashers: ReadonlyArray<import("./hasher.js").FieldHasher>) => Promise<string>; |
+5
-6
| { | ||
| "name": "@arcjet/stable-hash", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0-rc", | ||
| "description": "Arcjet stable hashing utility", | ||
@@ -51,3 +51,2 @@ "keywords": [ | ||
| "lint": "eslint .", | ||
| "prepublishOnly": "npm run build", | ||
| "test-api": "node --test -- test/*.test.js", | ||
@@ -59,6 +58,6 @@ "test-coverage": "node --experimental-test-coverage --test -- test/*.test.js", | ||
| "devDependencies": { | ||
| "@arcjet/eslint-config": "1.0.0", | ||
| "@arcjet/rollup-config": "1.0.0", | ||
| "@rollup/wasm-node": "4.55.1", | ||
| "@types/node": "25.0.8", | ||
| "@arcjet/eslint-config": "1.1.0-rc", | ||
| "@arcjet/rollup-config": "1.1.0-rc", | ||
| "@rollup/wasm-node": "4.57.0", | ||
| "@types/node": "25.0.10", | ||
| "eslint": "9.39.2", | ||
@@ -65,0 +64,0 @@ "typescript": "5.9.3" |
+1
-1
| export * from "./hasher.js"; | ||
| export declare const hash: (...hashers: import("./hasher.js").FieldHasher[]) => Promise<string>; | ||
| export declare const hash: (...hashers: ReadonlyArray<import("./hasher.js").FieldHasher>) => Promise<string>; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
23585
0.15%1
Infinity%