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

@qwikdev/pwa

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qwikdev/pwa - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/index.qwik.js
import { join } from "node:path";
import fg from "fast-glob";
import fs from "node:fs/promises";
const version = "0.0.2";
const version = "0.0.4";
function resolveOptions(ctx) {

@@ -6,0 +6,0 @@ ctx.webManifestUrl = `${ctx.basePathRelDir || "/"}${ctx.userOptions.webManifestFilename ?? "manifest.json"}`;

{
"name": "@qwikdev/pwa",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"packageManager": "pnpm@8.13.1",

@@ -116,3 +116,6 @@ "description": "Qwik PWA",

"workbox-strategies": "^7.0.0"
},
"resolutions": {
"sharp": "0.32.6"
}
}

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