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

fxrmc

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fxrmc

A library to automatically create firefox relay masks using mailnesia emails

  • 1.0.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Description

This library allows the automatic generation of mozilla relay masks given a Mailnesia mailbox.

To programmatically query the returned Mailnesia mailbox, you can use my mailnesia library.

Type Definitions

enum Err {
    SUB = "Couldn't find sign up button",
    ESB = "Couldn't find email submit button",
    PASB = "Couldn't find password and age submit button",
    FCE = "Couldn't fetch confirmation email",
    PCC = "Couldn't parse confirmation code",
    MVCE = "Couldn't find mozilla verification code email",
    CCSB = "Couldn't find confirmation code submit button",
    SB = "Couldn't find skip button",
    GMB = "Couldn't find generate mask button",
    MC = "Couldn't locate new mask container",
    RM = "Couldn't retrieve mask"
}

function createFxRelayMask(config?: {
    mailbox?: string;
    password?: string;
}): Promise<{
    mailbox: string;
    email: string;
    password: string;
    mask: string;
}>;

Keywords

FAQs

Package last updated on 10 Jan 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc