Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Adds the humanize method for true and false to provide 'Yes' and 'No' respectively.
humanize_boolean also natively supports i18n translations too so it can be used in internationalized rails apps.
i18n keys are locale.boolean.yes and locale.boolean.no
Add this line to your application's Gemfile:
gem 'humanize_boolean'
And then execute:
$ bundle
Or install it yourself as:
$ gem install humanize_boolean
true.humanize # => "Yes"
false.humanize # => "No"
i18n internationalization is out of the scope of this document but... if you want to see it in action you can use the provided pirate locale in the test directory
First you add the locale to the i18n load path like so:
I18n.load_path << "test/pirate.yml"
Then you tell i18n to use the pirate locale like this:
I18n.locale = :pirate
Now just use humanize and see the translated strings:
true.humanize # => "Aye-Aye"
false.humanize # => "Argh"
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that humanize_boolean 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.