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

freemail-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freemail-cli - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

4

package.json
{
"name": "freemail-cli",
"version": "0.2.0",
"description": "Filters or selects free/personal/disposable email addresses",
"version": "0.3.0",
"description": "Filters or selects free and disposable email addresses",
"bin": "freemail-cli",

@@ -6,0 +6,0 @@ "engines": {

# freemail-cli
```
Filters or selects free/personal/disposable email addresses
Filters or selects free and disposable email addresses

@@ -9,7 +9,6 @@ Usage

Matches both free and disposable emails by default.
Matches free emails, including disposable, by default
Options
-d, --disposable Only match disposable emails
-f, --free Only match free emails
-i, --inverse Print emails that don't match

@@ -22,2 +21,31 @@

#### Overview
Free emails include gmail.com, yahoo.com, and all those listed in [this file](https://github.com/danielstjules/willwhite/blob/master/data/free.txt). Disposable emails include mailinator.com, guerillamail.com, and [all others here](https://github.com/danielstjules/willwhite/blob/master/data/disposable.txt).
```bash
$ cat emails.csv
foo@gmail.com
bar@mailinator.com
baz@zendesk.com
# Free emails
$ cat emails.csv | freemail-cli
foo@gmail.com
bar@mailinator.com
# Non-free (e.g. work, company)
$ cat emails.csv | freemail-cli -i
baz@zendesk.com
# Disposable
$ cat ~/emails.csv | freemail-cli -d
bar@mailinator.com
# Non-disposable
$ cat ~/emails.csv | freemail-cli -di
foo@gmail.com
baz@zendesk.com
```
#### Installation

@@ -24,0 +52,0 @@

Sorry, the diff of this file is not supported yet

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