Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/speakeasy

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/speakeasy - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

8

speakeasy/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc