New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

verigy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verigy

Strip invalid characters from email addresses

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 11 Nov 2014

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