Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
ProgressBar
is a simple Ruby module designed to create progress bars for iterables. It provides an easy and visually appealing way to track the progress of operations over any enumerable object in Ruby.
To install ProgressBar, simply add the following line to your application's Gemfile:
gem 'aria_progress_bar'
And then execute:
bundle install
Or install it yourself as:
gem install aria_progress_bar
Using ProgressBar
is straightforward. Here is a basic example:
require 'aria_progress_bar'
# Create an array as an iterable
array = [1, 2, 3, 4, 5]
# Create a progress bar for the array
AriaProgressBar.bar(array) do |element|
# Perform your operation
end
You can also customize the title and the number of bars:
AriaProgressBar.bar(array, title: 'Processing: ', n_bars: 30) do |element|
# Your code here
end
Contributions to ProgressBar
are always welcome! Whether it's bug reports, feature requests, or pull requests, all contributions help make ProgressBar
better.
To contribute:
git checkout -b feature/AmazingFeature
)git commit -am 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.
FAQs
Unknown package
We found that aria_progress_bar 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.