
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
gatsby-source-strava
Advanced tools
Gatsby plugin to use Strava as a data source
gatsby-source-strava
from the NPM registry:yarn add gatsby-source-strava
The package needs 3 .env
variables with the following format to work:
STRAVA_CLIENT_ID=2845
STRAVA_CLIENT_SECRET=c3d62caed3sjf4vdjsb096d010d81f52a17ac5
STRAVA_TOKEN={"access_token":"ya...J0","refresh_token":"1..mE","expires_at":1581439030,"expires_in":21600}
gatsby-remark-strava
expose a script to make the generation easier.
Open a terminal at the root of your project and type:
gatsby-remark-strava-token
gatsby-config.js
filerequire("dotenv").config()
module.exports = {
plugins: [
{
resolve: "gatsby-source-strava",
options: {
stravaClientId: process.env.STRAVA_CLIENT_ID,
stravaClientSecret: process.env.STRAVA_CLIENT_SECRET,
stravaToken: process.env.STRAVA_TOKEN,
},
},
],
}
That's it!
For advanced configuration, please read options documentation.
You are using gatsby-source-strava
for your website?
Thank you!
Please add your website to the Showcase
See CHANGELOG
This project is licensed under the MIT License - see the LICENCE file for details
FAQs
Gatsby plugin to use Strava as a data source
The npm package gatsby-source-strava receives a total of 11 weekly downloads. As such, gatsby-source-strava popularity was classified as not popular.
We found that gatsby-source-strava demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.