New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

weekly-downloads

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weekly-downloads

weekly downloads

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Weekly downloads

You can install this package by typing the following command in the command line :-

npm i weekly-downloads

Then, you can require the package in your code like:-

const weeklyDownloads = require("weekly-downloads")

So, what this package basically does is to console.log the number of weekly downloads of a npm package.
For example , if you want to see the number of weekly downloads of express you call this package and pass the package name (in this case, express) as a parameter
The code for performing the above action :-

weeklyDownloads("express")

Thanks for showing your support by downloading the package . I hope you liked it!

Keywords

fun

FAQs

Package last updated on 19 Jan 2020

Did you know?

Socket

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.

Install

Related posts