Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
netlify-build-plugin-speedcurve
Advanced tools
[![Known Vulnerabilities](https://snyk.io/test/github/tkadlec/netlify-build-plugin-speedcurve/badge.svg)](https://snyk.io/test/github/tkadlec/netlify-build-plugin-speedcurve)
This is a Build Plugin for Netlify that uses the SpeedCurve API to automatically trigger a round of tests after a successful build has occured. After a successful build, tell SpeedCurve you've deployed and trigger a round of testing.
Make sure you've enabled build plugins for your site on Netlify.
Install the plugin using npm
:
npm i netlify-build-plugin-speedcurve
netlify.toml
configuration file to reference the plugin in your plugins section:[[plugins]]
package = "netlify-build-plugin-speedcurve"
Grab your SpeedCurve API Key (Admin > Teams) and the ID for the site you want to test (under Settings > Sites) and store them as environmental variables inside of Netlify. Save them as SPEEDCURVE_API_KEY & SPEEDCURVE_SITE_ID.
Using the latest version of the Netlify CLI, run a dry build:
netlify build --dry
If you see Plugin netlify-build-plugin-speedcurve
attached to the onSuccess
lifecycle, you should be all set! Deploy knowing that you're tracking each change in SpeedCurve for analysis.
FAQs
[![Known Vulnerabilities](https://snyk.io/test/github/tkadlec/netlify-build-plugin-speedcurve/badge.svg)](https://snyk.io/test/github/tkadlec/netlify-build-plugin-speedcurve)
The npm package netlify-build-plugin-speedcurve receives a total of 5 weekly downloads. As such, netlify-build-plugin-speedcurve popularity was classified as not popular.
We found that netlify-build-plugin-speedcurve 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.