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.5.0 to 0.6.0

3

dist/pwa-install.js

@@ -403,2 +403,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

this.openmodal = false;
if (this.hasAttribute('openmodal')) {
this.removeAttribute('openmodal');
}
}

@@ -405,0 +408,0 @@ render() {

2

package.json
{
"name": "@pwabuilder/pwainstall",
"version": "0.5.0",
"version": "0.6.0",
"description": "",

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

@@ -14,3 +14,3 @@ import {

@property() manifestdata: any;
@property({type: Boolean }) openmodal: boolean;
@property({type: Boolean}) openmodal: boolean;
@property({type: Boolean }) showopen: boolean;

@@ -416,2 +416,6 @@

this.openmodal = false;
if (this.hasAttribute('openmodal')) {
this.removeAttribute('openmodal');
}
}

@@ -418,0 +422,0 @@

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