Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
A CLI application that fetches stats from developer sites.
devstats is a CLI application written in TypeScript that fetches statistics from developer sites like StackOverflow, WakaTime, and GitHub and displays them nicely.
Install it globally using:
$ npm install -g devstats
Or if you're using Yarn:
$ yarn global add devstats
Add accounts from the supported sites:
$ devstats add https://github.com/shroudedcode
Display your daily report:
$ devstats
Display your daily report and switch between days using your keyboard:
$ devstats -i
From devstats --help
:
Display the daily report for the current day:
$ devstats
Display a summary of the current week:
$ devstats -w or devstats --week
Display a summary of the last <days> days:
$ devstats -d <days> or devstats --days <days>
Switch between days interactively:
$ devstats -i or devstats --interactive
Add an account:
$ devstats add <site> <username/user-id>
$ devstats add github shroudedcode
$ devstats add <url>
$ devstats add https://github.com/shroudedcode
Remove an account:
$ devstats remove <site> <username/user-id>
$ devstats remove stackoverflow 6662225
$ devstats remove <url>
$ devstats remove https://stackoverflow.com/users/6662225
This is a list of sites currently supported by devstats. You can add your account using the name in parentheses.
github
)gitlab
)stackoverflow
)wakatime
)hackerrank
)reverseengineering
)codestats
)Your favorite site is not on the list? Feel free to add support yourself and open a pull request.
MIT © Niklas Higi
FAQs
A CLI application that fetches stats from developer sites.
We found that devstats 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.