
Security News
/Company News
Socket Is Sponsoring Composer and Packagist
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.
> npm i -g gfsscraper
> gfsscraper --help
> gfsscraper downloadStep --run "2018082712" --step "000" --outFile ./out.grib2 --parameterHeightGroups TMP:2maboveground LAND:surface
import * as gfsScraper from 'gfsscraper';
gfsScraper.downloadStep('./out.grib2', '2018082712', '000', 'all'); // Downloads all parameters and heights for selected step
gfsScraper.downloadStep('./out.grib2', '2018082712', '000', [{
height: '2maboveground',
parameter: 'TMP'
}, {
height: 'surface',
parameter: 'LAND'
}]);
The industry standard for GFS GRIB file downloading is get_gfs.pl. There's nothing particularly wrong with this, but it's a shame to have yet another language/tool to learn for new weather developers. It also doesn't scale particularly well or provide an API to other systems.
Also, making new things is fun!
> ./build.sh
FAQs
 [](https://travis-ci.org/ISNIT0/gfs-scraper) [
The npm package gfsscraper receives a total of 0 weekly downloads. As such, gfsscraper popularity was classified as not popular.
We found that gfsscraper 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
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.

Research
/Security News
Benign-looking npm packages split malicious functionality across a dependency chain that deploys a cross-platform RAT targeting Alibaba developers.

Research
/Security News
Two Joyfill npm beta releases contain an import-time implant that uses blockchain transactions to retrieve a remote-access trojan.