Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Take a peak at your headless browser acceptance tests. Capybara::Flow captures screenshots after Capybara driven user actions in order to compose an animation of your scenario.
Capybara::Flow depends on ImageMagick. On newer versions of OS X installation is simple:
brew unlink imagemagick #if you already have imagemagick installed
brew install imagemagick@6 && brew link imagemagick@6 --force
Add this line to your application's Gemfile:
gem 'capybara-flow', group: :test
And then execute:
$ bundle
Or install it yourself as:
$ gem install capybara-flow
Capybara::Flow
automatically hooks in to RSpec system tests with the tag :js
.
It depends on a driver that implements #save_screenshot
Add the following to spec/support/capybara_flow.rb
require 'capybara/flow/hooks/rspec'
Capybara::Flow.configure do |config|
config.save_path = Rails.root.join("tmp/flow")
config.iterations = 1
config.delay_in_ms = 700
end
rake build
to build the packagerake release
to publish the package to rubygems.orgThis is forked from https://github.com/surzycki/capybara-animate
FAQs
Unknown package
We found that capybara-flow 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.