@types/ssri
Advanced tools
Comparing version 7.1.4 to 7.1.5
@@ -95,3 +95,3 @@ /// <reference types="node" /> | ||
strict?: boolean | undefined; | ||
options?: ReadonlyArray<string> | undefined; | ||
options?: readonly string[] | undefined; | ||
}, | ||
@@ -102,3 +102,3 @@ ): IntegrityMap; | ||
algorithm: string, | ||
opts?: { single: true; strict?: boolean | undefined; options?: ReadonlyArray<string> | undefined }, | ||
opts?: { single: true; strict?: boolean | undefined; options?: readonly string[] | undefined }, | ||
): Hash; | ||
@@ -111,3 +111,3 @@ export function fromHex( | ||
strict?: boolean | undefined; | ||
options?: ReadonlyArray<string> | undefined; | ||
options?: readonly string[] | undefined; | ||
}, | ||
@@ -120,4 +120,4 @@ ): IntegrityMap | Hash; | ||
strict?: boolean | undefined; | ||
options?: ReadonlyArray<string> | undefined; | ||
algorithms?: ReadonlyArray<string> | undefined; | ||
options?: readonly string[] | undefined; | ||
algorithms?: readonly string[] | undefined; | ||
}, | ||
@@ -130,4 +130,4 @@ ): IntegrityMap; | ||
strict?: boolean | undefined; | ||
options?: ReadonlyArray<string> | undefined; | ||
algorithms?: ReadonlyArray<string> | undefined; | ||
options?: readonly string[] | undefined; | ||
algorithms?: readonly string[] | undefined; | ||
}, | ||
@@ -139,4 +139,4 @@ ): Promise<IntegrityMap>; | ||
strict?: boolean | undefined; | ||
options?: ReadonlyArray<string> | undefined; | ||
algorithms?: ReadonlyArray<string> | undefined; | ||
options?: readonly string[] | undefined; | ||
algorithms?: readonly string[] | undefined; | ||
Promise?: PromiseConstructorLike | undefined; | ||
@@ -162,3 +162,3 @@ }, | ||
strict?: boolean | undefined; | ||
options?: ReadonlyArray<string> | undefined; | ||
options?: readonly string[] | undefined; | ||
size?: number | undefined; | ||
@@ -173,3 +173,3 @@ pickAlgorithm?: ((algo1: string, algo2: string) => string) | undefined; | ||
strict?: boolean | undefined; | ||
options?: ReadonlyArray<string> | undefined; | ||
options?: readonly string[] | undefined; | ||
size?: number | undefined; | ||
@@ -184,4 +184,4 @@ pickAlgorithm?: ((algo1: string, algo2: string) => string) | undefined; | ||
strict?: boolean | undefined; | ||
options?: ReadonlyArray<string> | undefined; | ||
algorithms?: ReadonlyArray<string> | undefined; | ||
options?: readonly string[] | undefined; | ||
algorithms?: readonly string[] | undefined; | ||
integrity?: string | IntegrityLike | HashLike | undefined; | ||
@@ -194,4 +194,4 @@ size?: number | undefined; | ||
strict?: boolean | undefined; | ||
options?: ReadonlyArray<string> | undefined; | ||
algorithms?: ReadonlyArray<string> | undefined; | ||
options?: readonly string[] | undefined; | ||
algorithms?: readonly string[] | undefined; | ||
}): CryptoHash; |
{ | ||
"name": "@types/ssri", | ||
"version": "7.1.4", | ||
"version": "7.1.5", | ||
"description": "TypeScript definitions for ssri", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ssri", | ||
}, | ||
"typesPublisherContentHash": "45b5a7a6bee8dfc90dc0cf5562f5615574d38f9e2b4322590f416e8e4373fc10", | ||
"typesPublisherContentHash": "ca7c12037d397e29e8722806983e4f11f1f557f295358128c2941e79a1da6212", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,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
8262