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.
@pwabuilder/pwainstall
Advanced tools
`pwa-install` is a [web component](https://meowni.ca/posts/web-components-with-otters/) from the [PWABuilder](https://pwabuilder.com) team that brings an awesome "install" experience to your Progressive Web App!
pwa-install
is a web component from the PWABuilder team that brings an awesome "install" experience to your Progressive Web App!
Built with lit-element
There are two ways to use this component. For simple projects or just to get started fast, we recommend using the component by script tag. If your project is using npm then we recommend using the npm package.
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@pwabuilder/pwainstall"
></script>
npm install @pwabuilder/pwainstall
import '@pwabuilder/pwainstall
Then you can use the element <pwa-install></pwa-install>
anywhere in your template, JSX, html etc. An example of using this component can be found here: https://glitch.com/~pwainstall
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
showopen | showopen | Will always show install button | boolean | false |
manifestpath | manifestpath | path to your web manifest | string | manifest.json |
name | Description |
---|---|
openPrompt() | Opens the install modal |
FAQs
![CI](https://github.com/pwa-builder/pwa-install/workflows/CI/badge.svg)
The npm package @pwabuilder/pwainstall receives a total of 150 weekly downloads. As such, @pwabuilder/pwainstall popularity was classified as not popular.
We found that @pwabuilder/pwainstall 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.