🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

guard-bundler-audit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guard-bundler-audit

bundlerRubygems
Version
0.1.5
Version published
Maintainers
1
Created
Source

Guard::Bundler::Audit

guard + bundler-audit = security

Installation

Add this line to your application's Gemfile:

gem 'guard-bundler-audit'

Then execute:

$ bundle

Alternatively, install it without bundler:

$ gem install guard-bundler-audit

Usage

guard 'bundler_audit', run_on_start: true do
  watch('Gemfile.lock')
end

Contributing

  • Fork it ( http://github.com//guard-bundler-audit/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 17 Nov 2021

Did you know?

Socket

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.

Install

Related posts