@types/speakeasy
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -8,4 +8,4 @@ // Type definitions for speakeasy 2.0 | ||
export type Encoding = 'ascii' | 'hex' | 'base32' | 'base64'; | ||
export type Algorithm = 'sha1' | 'sha256' | 'sha512'; | ||
export type Encoding = "ascii" | "hex" | "base32" | "base64"; | ||
export type Algorithm = "sha1" | "sha256" | "sha512"; | ||
@@ -270,3 +270,3 @@ export interface SharedOptions { | ||
*/ | ||
type?: 'htop' | 'totp' | undefined; | ||
type?: "htop" | "totp" | undefined; | ||
/** | ||
@@ -432,3 +432,3 @@ * The initial counter value, required for HOTP. | ||
length?: number, | ||
symbols?: boolean | ||
symbols?: boolean, | ||
): string; | ||
@@ -435,0 +435,0 @@ /** |
{ | ||
"name": "@types/speakeasy", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "TypeScript definitions for speakeasy", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/speakeasy", | ||
}, | ||
"typesPublisherContentHash": "70aad0106fad85031b747b42d7fc7da082f41b5910f8c2fb2632ea2a57cb55b9", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "e2d5ed9e43b57418410d16a2954f140afd1119534acc1598d86464b021219bc4", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 16 Dec 2021 22:32:07 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
17841