
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
pageflow-public-i18n
Advanced tools
A shared library of translations to be used in published Pageflow entries.
This gem is not supposed to be installed directly into Pageflow applications. It can instead be used as a dependency of Pageflow plugin gems.
This gem is supposed to make adding new available locales for published Pageflows easy. When adding a new language, instead of having to make changes to all Pageflow plugin gems that contribute ui elements to published Pageflows, the additional translations only need to be added to this gem.
Whenever a Pageflow plugin needs a translation for a new string, it can be added to this gem in a new minor version. The plugin can then depend that version to ensure the translation is present.
Make the gem a dependency of you Pageflow plugin:
spec.add_dependency 'pageflow-public-i18n', '~> 1.0'
Start using translations from the pageflow.public
namespace:
I18n.t('pageflow.public.close')
Edit the translations directly on the pageflow-public-i18n Localeapp project.
FAQs
Unknown package
We found that pageflow-public-i18n 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.