Socket
Socket
Sign inDemoInstall

@sideway/address

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sideway/address

Email address and domain validation


Version published
Weekly downloads
8.3M
increased by2.36%
Maintainers
1
Install size
192 kB
Created
Weekly downloads
 

Package description

What is @sideway/address?

The @sideway/address package is a library for email and domain validation. It provides utilities to validate and parse email addresses and domains according to specific standards and rules.

What are @sideway/address's main functionalities?

Email Validation

This feature allows you to validate email addresses to ensure they meet standard email formatting rules.

const Address = require('@sideway/address');
const email = 'example@example.com';
const result = Address.email.isValid(email);

Domain Validation

This feature enables you to validate domain names against standard domain formatting and naming rules.

const Address = require('@sideway/address');
const domain = 'example.com';
const result = Address.domain.isValid(domain);

Other packages similar to @sideway/address

Readme

Source

@sideway/address

Validate email address and domain.

address is part of the joi ecosystem.

Visit the joi.dev Developer Portal for tutorials, documentation, and support

Useful resources

Keywords

FAQs

Last updated on 02 May 2022

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