Socket
Socket
Sign inDemoInstall

verigy

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    verigy

Strip invalid characters from email addresses


Version published
Weekly downloads
7
Maintainers
1
Install size
5.58 kB
Created
Weekly downloads
 

Readme

Source

verigy

simple package to strip out unwanted characters for gmail addresses

Usage

CLI

$ npm install -g verigy
$ verigy evan.lucas@gmail.com
=> evan.lucas@gmail.com => evanlucas@gmail.com

Package

$ npm install --save verigy
Example
var verigy = require('verigy')
verigy('evan.lucas@gmail.com')
// => 'evanlucas@gmail.com'

verigy('evanlucas+blah@gmail.com')
// => 'evanlucas@gmail.com'

Test

$ npm test

Author

Evan Lucas

License

Licensed under the MIT license. For more info, see LICENSE

Keywords

FAQs

Last updated on 11 Nov 2014

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