Installations
npm install rockets-slack
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
5.0.0
NPM Version
3.3.6
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
CoffeeScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
rockets
Download Statistics
Total Downloads
1,413
Last Day
1
Last Week
4
Last Month
10
Last Year
111
GitHub Statistics
7 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
685.32 kB
Minified
182.89 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
1,413
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
1
This is a Slack integration client for rockets/rockets.
Installation
1npm install rockets-slack
Usage
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();
Filters
See rockets/rockets for a complete list of filtering rules.
Warning: if no rules are specified, all models will be included.
Credits
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
- Warn: no pull requests merged into dev branch
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
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.6
/10
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