
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Update an existing installation of chromedriver fitting to the current installed version of chrome. Available for Ruby and as CLI command as well.
Very basic tool, to ensure, that the current chromedriver is up to date to the current installed Chrome. Automatically fetches the same driver version or the latest version below, to ensure it will work with the current installed chrome version.
The installed chromedriver is replaced with the new version. So it must have been setup already and added to the PATH environment variable to use this script from then.
Implemented for Linux, Windows and Mac.
Add this line to your application's Gemfile:
gem 'chromedriver_update'
And then execute:
bundle install
If you just want to use the command line then run
gem install chromedriver_update
Of course you need to have installed Ruby on your system and set the PATH variable, to have access to Ruby commands like ruby
or gem
.
require 'chromedriver_update'
ChromedriverUpdate.auto_update_chromedriver
chromedriver_update
is also available on the command line after installation.
Run on the command line
chromedriver_update
# => Updated Chromedriver from '123.0.0' to '124.0.0'! Chrome is '124.0.1'.
chromedriver_update # automatically update the current chromedriver version fitting to the currently installed chrome
chromedriver_update -f --force # force automatic update, even if the latest version is already installed
chromedriver_update -h --help # show this info
chromedriver_update -s --status # list current and available version(s) of chromedriver and chrome
chromedriver_update -v --version # show the current version of chromedriver_update
For more details have a look at the rubydoc at https://www.rubydoc.info/gems/chromedriver_update
Bug reports and pull requests are welcome on GitHub at https://github.com/magynhard/chromedriver_update. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
FAQs
Unknown package
We found that chromedriver_update demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
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.