
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
danger-plugin-slack
Advanced tools
Report to Slack the result of Danger
Install:
yarn add danger-plugin-slack --dev
To send the Danger report to slack:
// dangerfile.js
import slack from 'danger-plugin-slack'
const options = {
webhookUrl: "YOUR_SLACK_WEBHOOK_URL" // only the webhook URL is required
}
slack(options) // to invoke at the end of the dangerfile to get the full report
To send a specific message:
// dangerfile.js
import slack from 'danger-plugin-slack'
const options = {
webhookUrl: "YOUR_SLACK_WEBHOOK_URL",
text: "Hello world!", // A custom message to send instead of the report (optional, default: null)
username: "Jacky", // A custom sender name (optional, default: "DangerJS")
iconEmoji: ":sunglasses:", // A custom emoji (optional, default: ":open_mouth:")
iconUrl: "http://path/custom/icon/url", // A custom iconUrl (optional, default: null)
channel: "#general", // A custom channel (optional)
}
slack(options)
To get a new incoming webhook url, you will have to click here. Keep in mind that optional parameters such as channel or emoji doesn't work with integrations declared as Slack Apps. So it's better to create a simple incoming webhook.
See the GitHub release history.
See CONTRIBUTING.md.
FAQs
Report to Slack the result of Danger
The npm package danger-plugin-slack receives a total of 915 weekly downloads. As such, danger-plugin-slack popularity was classified as not popular.
We found that danger-plugin-slack 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.