Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pwabuilder/pwainstall

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pwabuilder/pwainstall - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

2

package.json
{
"name": "@pwabuilder/pwainstall",
"version": "0.9.3",
"version": "0.9.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/pwa-install.js",

@@ -23,2 +23,3 @@ import {

--install-button-color: linear-gradient(90deg, #1FC2C8 0%, #9337D8 169.8%);
--modal-z-index: auto;
}

@@ -46,2 +47,4 @@

animation-duration: 150ms;
z-index: var(--modal-z-index);
}

@@ -285,2 +288,13 @@

@media(min-width: 1445px) {
#installModal {
left: 22em;
right: 22em;
}
#closeButton {
right: 28em;
}
}
@media(min-width: 1800px) {

@@ -297,10 +311,10 @@ #installModal {

@media(min-width: 1445px) {
@media(min-width: 2000px) {
#installModal {
left: 22em;
right: 22em;
left: 38em;
right: 38em;
}
#closeButton {
right: 28em;
right: 47em;
}

@@ -307,0 +321,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc