
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@honeybadger-io/gatsby-plugin-honeybadger
Advanced tools
Gatsby plugin to add Honeybadger error tracking to your site.
Gatsby plugin to add Honeybadger error tracking to your site.
npm install --save @honeybadger-io/gatsby-plugin-honeybadger
Add your API key in the plugin options in gatsby-config.js
:
// gatsby-config.js
module.exports = {
plugins: [
{
resolve: `@honeybadger-io/gatsby-plugin-honeybadger`,
options: {
apiKey: 'YOUR_API_KEY',
revision: `${Date.now()}`,
assetsUrl: 'https://foobar.com/assets',
environment: process.env.NODE_ENV
}
}
]
}
[apiKey]
(String): the API key of your Honeybadger project.[revision]
(String): gatsby-plugin-honeybadger
uses honeybadger-webpack
to upload source maps to Honeybadger. options.revision
needs to be unique as it is the identifier that connects your errors to your source maps.[assetsURL]
(String): The base URL to production assets (scheme://host/path). Used to grab source maps.[environment]
(String): Current environment. Used to indicate the environment where the error occurred. Optional, defaults to process.env.NODE_ENV
.This package is MIT licensed. See the MIT-LICENSE file in this folder for details.
FAQs
Gatsby plugin to add Honeybadger error tracking to your site.
The npm package @honeybadger-io/gatsby-plugin-honeybadger receives a total of 24 weekly downloads. As such, @honeybadger-io/gatsby-plugin-honeybadger popularity was classified as not popular.
We found that @honeybadger-io/gatsby-plugin-honeybadger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.