
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.
@totalpave/cordova-plugin-text-zoom
Advanced tools
Provides a Text Zoom override on the Android webview
This plugin provides a tp-text-zoom
preference to control the text zoom.
The default value is auto
, in which case no text zoom is explicitly set on the webview. Any other value is parsed as an int and passed to setTextZoom. If the value is not parseable as an integer, then auto
will be used.
This setting will override the OS accessiblity text zoom settings, so generally speaking it's advisable to not change this setting and to instead make your UI adaptive to text size changes. However, sometimes this is not possible. Setting tp-text-zoom
to 100
will force the webview to render text at it's "normal" size.
Note this only applies to the webview content. Native UI such as dialogs will still be scaled according to the OS accessibility settings.
Example Usage (config.xml
):
...
<platform name="android">
<preference name="tp-text-zoom" value="100" />
</platform>
FAQs
Provides a Text Zoom override on the Android webview
The npm package @totalpave/cordova-plugin-text-zoom receives a total of 0 weekly downloads. As such, @totalpave/cordova-plugin-text-zoom popularity was classified as not popular.
We found that @totalpave/cordova-plugin-text-zoom demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.