Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

fxrmc

Package Overview
Dependencies
119
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fxrmc

A library to automatically create firefox relay masks


Version published
Maintainers
1
Created

Readme

Source

Type Definitions

function fxrmc(
  mailbox: Mailbox,
  password: string,
  headless: false | "new"
): Promise<string>;

interface Mailbox {
  mailbox: string;
  countFirefoxMessages: (firefoxDomain: string) => Promise<number>;
  getLatestFirefoxMessageText: (firefoxDomain: string) => Promise<string>;
}

enum Err {
  createAccount1 = "Couldn't find sign up button",
  createAccount2 = "Couldn't find sign up or sign in button",
  createAccount3 = "Couldn't find create account button",
  getConfirmationCode1 = "Couldn't parse code",
  getConfirmationCode2 = "Regex matches array empty",
  getConfirmationCode3 = "Couldn't get confirmation code",
  verifyAccount1 = "Couldn't find submit button",
  generateMasks1 = "Couldn't find generate new mask button",
  generateMasks2 = "Couldn't find mask button",
  generateMasks3 = "Couldn't extract mask",
}

Keywords

FAQs

Last updated on 11 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc