
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
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.
mina_hipchat is a gem that adds tasks for sending notifications to [HipChat] (http://hipchat.com/) using [Mina] (http://nadarei.co/mina).
gem install mina_hipchat
require 'mina_hipchat/tasks'
...
# Required mina_hipchat options
set :hipchat_auth_token, 'xxxyyyzzz'
set :hipchat_rooms, ['Company']
task :deploy do
deploy do
invoke :'hipchat:notify_deploy_started'
...
to :launch do
...
invoke :'hipchat:notify_deploy_finished'
end
end
end
hipchat:notify_deploy_started
hipchat:notify_deploy_finished
Option | Description |
---|---|
hipchat_auth_token* | Sets the hipchat api auth token. |
hipchat_rooms* | Sets the rooms where notifications will be sent to. |
hipchat_from | Sets the notification 'from' user label. |
hipchat_author | Sets the deployment author name, |
hipchat_colors | Sets the notification colors. |
* required options
Copyright (c) 2014 Mike Bajur http://github.com/mbajur
See LICENSE for further details.
FAQs
Unknown package
We found that mina_hipchat 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.
Security News
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.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.