Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/KKulma/intensegRid
This package is an API wrapper for National Grid’s Carbon Intensity API. The API provides information on national and regional carbon intensity - the amount of carbon emitted per unit of energy consumed - for the UK.
Install the latest CRAN package with:
install.packages("intensegRid")
Or you can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("KKulma/intensegRid")
For examples on how to use intensegRid package refer to the vignette.
In its current form, the package only accepts dates as start
or end
inputs (as Dates or character string), but not timestamps. However you
can easily filter the output of intensegRid functions using
dplyr and
lubridate packages.
This is an open-source project and it welcomes your contribution! Feel free to use and test the package and if you find a bug, please, report it as an issue. You may want to go even a step further and fix an issue you just raised!
If you’re rather new to open source and git, this repo offers some easy to follow guidance on how to start. Thanks for your time and efforts!
FAQs
Unknown package
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.