Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@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 |
showeligible | showeligible | Will only show install button if user is eligible | boolean | false |
manifestpath | manifestpath | path to your web manifest | string | manifest.json |
featuresheader | featuresheader | Controls the text of the features header | string | Key Features |
descriptionheader | descriptionheader | Controls the text of the description header | string | Description |
installbuttontext | installbuttontext | Controls the text of the install button | string | Install |
cancelbuttontext | cancelbuttontext | Controls the text of the cancel button | string | Cancel |
iosinstallinfotext | iosinstallinfotext | Controls the iOS installation info text | string | Tap the share button and then 'Add to Homescreen' |
name | Description |
---|---|
openPrompt() | Opens the install modal |
closePrompt() | Closes the install modal |
We recommend using our CSS variables to easliy tweak the style of this component to fit your project. Here are our current supported CSS variables.
name | Description |
---|---|
--install-button-color | Changes the color of the install button |
--modal-z-index | Changes the z-index of the install modal |
--modal-background-color | Changes the background color of 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 59 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.