
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
britebox is CLI tool for batch email verification via BriteVerify API
Type in terminal:
$ gem install britebox
Note: BriteVerify API key is required to use this gem
At this moment only "watch" mode is supported. In this mode cli tool will watch target directory for csv and txt files with email column inside (exact column, column separator etc will be autodetected)
There are number of different configuration options supported, to preview them all type
$ britebox watch --help
Example:
$ britebox watch --apikey api-key --dir /home/user/files
If you tired typing api key and other settings over and over again, use --save
flag.
Now all provided settings will be stored in ~/.britebox.json and will be loaded by default,
just type britebox watch
next time.
Example:
$ britebox watch --apikey api-key --dir /home/user/files --threads 5 --save
...
Ctrl-C
...
$ britebox watch
Launch tool with key --webui
to enable web interface.
$ britebox watch --apikey api-key --dir /home/user/files --webui
Britebox web interface up and running, open http://localhost:7000/ in browser to see it
Watching directory /home/user/files
Output directory is /home/user/filesverified
Press Ctrl-C to quit
FAQs
Unknown package
We found that britebox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.