
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
fakecommitjs
Advanced tools
Helps you populate the commit chart on github. You don't even have to know what is committed.
This is a simple node module that allows you to create fake commits in a repository every now and then.
There are two ways to use this module. One is by installing it globally and using
it with the command fakecommit. The second one is by extending the module as shown in the
example section.
Before installing, download and install Node.js. You need to download and install git aswell. Installation of git ensures that 'git' command is accessible from the terminal which is essential for this module.
$ npm install -g fakecommitjs --save
$ npm install fakecommitjs --save
Run fakecommit <repo-path> <target-file> [interval=5] to simply use
this project without any customization. The interval should be specified in seconds.
You need to install the module globally inorder to use the above command.
The module exports two main functions:
* addCommitMessages(commitMessages: String[])
* startAutoCommit(repoPath: String, targetFile: String, interval: number)
// index.js file
var { startAutoCommit, addCommitMessages } = require('fakecommitjs')
addCommitMessages([
'what\'s going on',
'how come is this happening',
'what the hell do we do',
'oh no'
])
startAutoCommit(
'../example-repo',
'../example-repo/app.js',
3
)
$ node index.js
FAQs
Helps you populate the commit chart on github. You don't even have to know what is committed.
We found that fakecommitjs 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.