Gathering detailed insights and metrics for rockets-slack
Gathering detailed insights and metrics for rockets-slack
npm install rockets-slack
Typescript
Module System
Node Version
NPM Version
CoffeeScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,413
Last Day
1
Last Week
4
Last Month
10
Last Year
111
7 Commits
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.1
Package Id
rockets-slack@1.0.1
Size
2.40 kB
NPM Version
3.3.6
Node Version
5.0.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
4
Compared to previous week
Last month
66.7%
10
Compared to previous month
Last year
33.7%
111
Compared to previous year
1
This is a Slack integration client for rockets/rockets.
1npm install rockets-slack
1var Client = require('rockets-slack'); 2 3// Integration configuration. 4var config = { 5 6 // Slack webhook URL 7 webhook: "https://hooks.slack.com/services/*/*/*", 8 9 // Channel subscriptions 10 channels: { 11 12 // Configuration for post events (optional) 13 posts: { 14 15 // Highlight color in Slack for posts 16 color: "#ff4500", 17 18 // Filtering rules for posts 19 exclude: {}, 20 include: { 21 contains: [ 22 "abc", 23 ] 24 }, 25 }, 26 27 // Configuration for comment events (optional) 28 comments: { 29 30 // Highlight color in Slack for comments 31 color: "#336699", 32 33 // Filtering rules for comments 34 exclude: {}, 35 include: { 36 contains: [ 37 "xyz", 38 ] 39 }, 40 }, 41 } 42}; 43 44// Create a new client using the configuration. You can create mutliple clients if you have more than one configuration. 45var client = new Client(config); 46 47// Establish a connection and start listening for events. 48client.run();
See rockets/rockets for a complete list of filtering rules.
Warning: if no rules are specified, all models will be included.
Illustrations by Ken Samonte.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
no SAST tool detected
Details
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More