
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
countchocula
Advanced tools
Countchocula provides easy access to npm stats for a given repo on a daily basis between two periods of time. You simply pass the package name, start date, and end date. The returned result will be an array of data points that can easily be plotted on a g
Countchocula provides easy access to npm stats for a given repo on a daily basis between two periods of time. You simply pass the package name, start date, and end date. The returned result will be an array of data points that can easily be plotted on a graph such as a bar chart.
This is especially useful for those who contribute to many open-source projects and want to keep an eye on the stats of their projects.
import Stats from '../dist';
const stats = new Stats();
const streamChatJs = async () => {
try {
const pkg = await stats.pkg({
start: '2019-07-20',
end: '2019-08-20',
pkg: 'stream-chat',
});
console.log(pkg);
} catch (error) {
console.log(error);
}
};
streamChatJs();
FAQs
Countchocula provides easy access to npm stats for a given repo on a daily basis between two periods of time. You simply pass the package name, start date, and end date. The returned result will be an array of data points that can easily be plotted on a g
The npm package countchocula receives a total of 10 weekly downloads. As such, countchocula popularity was classified as not popular.
We found that countchocula 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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.