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.
Javascript wrapper for the St. Louis Federal Reserve Economic Data Fred API.
npm install fred-api
Sign up for a Fred API key: http://api.stlouisfed.org/api_key.html
var Fred = require('fred-api');
apiKey = process.env.FRED_KEY;
fred = new Fred(apiKey);
fred.getSeries({series_id: 'GNPCA'}, function(error, result) {
console.log(result)
});
>> Result:
{
realtime_start: '2015-01-13',
realtime_end: '2015-01-13',
seriess: [
{
id: 'GNPCA',
realtime_start: '2015-01-13',
realtime_end: '2015-01-13',
title: 'Real Gross National Product',
observation_start: '1929-01-01',
observation_end: '2013-01-01',
frequency: 'Annual',
frequency_short: 'A',
units: 'Billions of Chained 2009 Dollars',
units_short: 'Bil. of Chn. 2009 $',
seasonal_adjustment: 'Not Seasonally Adjusted',
seasonal_adjustment_short: 'NSA',
last_updated: '2014-07-30 10:36:08-05',
popularity: 25,
notes: 'BEA Account Code: A001RX1'
}
]
}
Copyright (c) 2017 Ryan Leahy
getCategory
getCategoryChildren
getCategoryRelated
getCategorySeries
getCategoryTags
getCategoryRelatedTags
getReleases
getReleasesDates
getRelease
getReleaseDates
getReleaseSeries
getReleaseSources
getReleaseTags
getReleaseRelatedTags
getSeries
getSeriesCategories
getSeriesObservations
getSeriesRelease
getSeriesSearch
getSeriesSearchTags
getSeriesSearchRelatedTags
getSeriesTags
getSeriesUpdates
getSeriesVintageDates
getSources
getSource
getSourceReleases
getTags
getRelatedTags
getTagsSeries
FAQs
Javascript wrapper for FRED (Federal Reserve Economic Database) API
The npm package fred-api receives a total of 630 weekly downloads. As such, fred-api popularity was classified as not popular.
We found that fred-api 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.
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.