New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 0.9.8

4

package.json
{
"name": "@pwabuilder/pwainstall",
"version": "0.9.7",
"version": "0.9.8",
"description": "",

@@ -23,2 +23,4 @@ "main": "dist/pwa-install.js",

"rollup": "^1.26.0",
"rollup-plugin-babel-minify": "^9.1.1",
"rollup-plugin-minify-html-literals": "^1.2.2",
"rollup-plugin-node-resolve": "^5.2.0",

@@ -25,0 +27,0 @@ "typescript": "^3.6.4"

import resolve from 'rollup-plugin-node-resolve';
import minify from 'rollup-plugin-babel-minify';
import minifyHTML from 'rollup-plugin-minify-html-literals';

@@ -12,4 +14,6 @@ export default {

plugins: [
resolve()
resolve(),
minifyHTML(),
minify()
]
};

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