Socket
Socket
Sign inDemoInstall

vite-plugin-pwa

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-pwa - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

dist/index.js

@@ -12,3 +12,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/transformers/html.ts

window.addEventListener('load', () => {
navigator.serviceWorker.register('sw.js', { scope: './' })
navigator.serviceWorker.register('/sw.js', { scope: './' })
})

@@ -15,0 +15,0 @@ }

{
"name": "vite-plugin-pwa",
"description": "Zero-config PWA for Vite",
"version": "0.1.6",
"version": "0.1.7",
"main": "dist/index.js",

@@ -22,3 +22,3 @@ "module": "dist/index.mjs",

"build": "tsup src/index.ts --dts --format cjs,esm",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"release": "npx bumpp --push --tag --commit && npm publish"

@@ -25,0 +25,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