
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@khmyznikov/pwa-install
Advanced tools
PWA install dialog provide more convenience user experience and fix lack of native dialogs in some browsers.
Installation dialog for Progressive web component. Provides more convenience user experience and fix lack of native dialogs in some browsers. 13.5kB brotli compressed bundle.
iOS | iOS install | iOS gallery |
---|---|---|
![]() | ![]() | ![]() |
Android | Android gallery | Dark theme |
![]() | ![]() | ![]() |
Chrome | Chrome gallery |
---|---|
![]() | ![]() |
npm i @khmyznikov/pwa-install
Alternatively, you can use unpkg.
import '../node_modules/@khmyznikov/pwa-install/dist/bundle.js';
<pwa-install></pwa-install>
<pwa-install
manifest-url="/manifest.json"
name="PWA"
description="Progressive web application"
icon="/icon.png">
</pwa-install>
Make a good manifest file and don't use name/descr/icon params
<script type="text/javascript">
var pwaInstall = document.getElementsByTagName('pwa-install')[0];
pwaInstall.addEventListener('pwa-install-success-event', (event) => {console.log(event.detail.message)});
</script>
<script type="text/javascript">
var pwaInstall = document.getElementsByTagName('pwa-install')[0];
console.log(pwaInstall.isUnderStandaloneMode);
</script>
<script type="text/javascript">
var pwaInstall = document.getElementsByTagName('pwa-install')[0];
pwaInstall.install();
</script>
FAQs
PWA install dialog provide more convenience user experience and fix lack of native dialogs in some browsers.
We found that @khmyznikov/pwa-install demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.