
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
IMPORTANT
The project was moved (and rewritten in Go) to:
https://github.com/ChrisVilches/cpdiff
Install using (globally since it's a CLI application):
npm install -g cpdiff
Compare your program's output to the accepted answer:
./your_program < data.in | cpdiff data.out
This is a simple utility for comparing the output of your program to the accepted answer or sample output. The name stands for competitive programming difference.
This program was developed because programs like sdiff or diff completely deform the layout when there are too many differences. This tool is meant to be specific for competitive programming.
Compare two files:
cpdiff file1 file2
Specify only one file, but pass the output of some other program as input (stdin).
some_program | cpdiff file1
Use - (dash) to specify which side of the comparison should receive input from stdin.
cpdiff - file1
# or
cpdiff file1 -
Try my C++ runner. I use this program to quickly run C++ files as if they were scripts, using the simple c++ my_program.cpp command.
Scrapes the entire Kattis website, downloads all problems and helps you perform complex queries to find interesting problems.
https://github.com/ChrisVilches/Kattis-Scraper
Feature requests, issues, bug reports, pull requests are welcome.
FAQs
File difference tool for competitive programming.
The npm package cpdiff receives a total of 1 weekly downloads. As such, cpdiff popularity was classified as not popular.
We found that cpdiff demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.