
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
A cross platform, cross WebView, solution to fit 100% any Web page.
Include screenfit helper on top of your HTML page/application:
<script defer src="https://unpkg.com/screenfit"></script>
and optionally opt-in to listen to changes:
addEventListener('screenfit', ({detail}) => {
const {width, height} = detail;
console.log(`Now @${width}x${height}`);
});
It's important to include this module ASAP as src, defer, or module, as it adjusts both <html> and <body> styles once, so the sooner it runs, the better it is for your web/application.
When it comes to fullfill the current visible area of a Web page/application, nothing really works cross platform via CSS only, especially when the OS keyboard shows up.
This module goal is to fix the ability to fullfill a screen in both width and, most importantly, height, whenever the keyboard is on the screen, or not.
Works/Tested on
Known Gotchas
document.addEventListener('focus', resize, true). If you know how to get the right height with an iPad on iOS 12 with a keyboard up, please file an issue/contact me, thank you!FAQs
A cross platform, cross WebView, solution to fit 100% any Web page.
We found that screenfit 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.