
Research
/Security News
Popular Tinycolor npm Package Compromised in Supply Chain Attack Affecting 40+ Packages
Malicious update to @ctrl/tinycolor on npm is part of a supply-chain attack hitting 40+ packages across maintainers
capistrano-log_with_awesome
Advanced tools
= capistrano-log_with_awesome
Awesome callbacks for capistrano logging.
Install the gem:
gem install capistrano-log_with_awesome
Require the gem in your config/deploy.rb or Capfile:
require 'capistrano/log_with_awesome'
Want to upload the full log to a directory after a deploy?
on :exit do put full_log, "#{deploy_to}/shared/log/last_deploy.log" end
Want to halt deploy if a command you're running generates output you don't like but returns a status code of 0?
on :log_message do raise Exception if message =~ /oh snap/ end
Want to pipe your capistrano log to Campfire?
require 'tinder' campfire = Tinder::Campfire.new 'yourdomain', :ssl => true campfire.login 'APIKEY', 'X' set :room, campfire.find_room_by_name('Log')
on :exit do room.paste full_log end
on :log_message do room.speak message end
== Note on Patches/Pull Requests
== Copyright
Copyright (c) 2010 Jesse Newland. See LICENSE for details.
FAQs
Unknown package
We found that capistrano-log_with_awesome 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
/Security News
Malicious update to @ctrl/tinycolor on npm is part of a supply-chain attack hitting 40+ packages across maintainers
Security News
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.