
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
procheck is a powerful CSV validation tool that automatically detects headers and applies configurable validation rules for common lead data fields. It ensures data accuracy and generates separate output files for valid and invalid records.
procheck is a powerful CSV validation tool that automatically detects headers and applies configurable validation rules for common lead data fields. It ensures data accuracy and generates separate output files for valid and invalid records.
clean.csv: Contains all valid records.errors.csv: Contains invalid records with detailed error descriptions.You can install procheck via npm:
npm install -g procheck
procheck validate yourfile.csv
This will guide you through:
Reviewing detected headers.
Setting validation rules for each column.
Running the validation process.
Generating clean.csv and errors.csv files.
## Validation Rules
procheck supports the following validation types:
company → Validates company names
person → Validates person names
email → Validates email addresses
phone → Validates phone numbers (international format supported)
location → Validates geographical locations
employee_size → Validates employee count numbers
url → Validates URLs
date → Validates dates in various formats
text → Basic text validation
number → Numeric validation
# Example
procheck validate leads.csv
After processing, two output files will be generated:
clean.csv: Contains records that passed validation.
errors.csv: Contains invalid records with detailed error descriptions.
# License
This project is licensed under the MIT License.
FAQs
procheck is a powerful CSV validation tool that automatically detects headers and applies configurable validation rules for common lead data fields. It ensures data accuracy and generates separate output files for valid and invalid records.
We found that procheck demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.