Socket
Socket
Sign inDemoInstall

hubot-slack

Package Overview
Dependencies
154
Maintainers
8
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.8.1 to 4.9.0

.github/workflows/ci-build.yml

10

.github/maintainers_guide.md

@@ -24,3 +24,3 @@ # Maintainers Guide

The source files are contained in the `docs` directory. The documentation is built using [Jekyll](https://jekyllrb.com/) and hosted with GitHub Pages. The documentation is built automatically with each
merge to `master` on GitHub.
merge to `main` on GitHub.

@@ -35,7 +35,7 @@ ### Releasing

2. Merge into master repository
2. Merge into main repository
* Create a pull request with the commit that was just made. Be certain to include the tag. For
example: `git push username master:rel-v1.0.8 && git push --tags username`.
example: `git push username main:rel-v1.0.8 && git push --tags username`.
* Once tests pass and a reviewer has approved, merge the pull request. You will also want to
update your local `master` branch.
update your local `main` branch.

@@ -63,3 +63,3 @@ 3. Distribute the release

`master` is where active development occurs. Long running named feature branches are occasionally
`main` is where active development occurs. Long running named feature branches are occasionally
created for collaboration on a feature that has a large scope (because everyone cannot push commits

@@ -66,0 +66,0 @@ to another person's open Pull Request). At some point in the future after a major version increment,

{
"name": "hubot-slack",
"version": "4.8.1",
"version": "4.9.0",
"description": "A Slack adapter for hubot",

@@ -5,0 +5,0 @@ "main": "./slack",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc