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

@jon49/sw

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jon49/sw - npm Package Compare versions

Comparing version 0.12.10 to 0.12.11

2

bin/lib/esbuild-plugins.ts

@@ -86,3 +86,3 @@ import path from "node:path"

(await Promise.all(
(await glob("**/{css,js,images}/*.*", "./src"))
(await glob("**/{css,js,images}/**/*.*", "./src"))
.map(async x => {

@@ -89,0 +89,0 @@ let ext = path.extname(x)

@@ -43,3 +43,5 @@ import { glob as Glob, mkdir, writeFile } from "node:fs/promises"

for await (const file of Glob(`**/${parsed.dir}/${parsed.name}.*${ext}`, { cwd: targetDirectory })) {
return file
if (file.startsWith(parsed.dir)) {
return file
}
}

@@ -46,0 +48,0 @@ }

{
"name": "@jon49/sw",
"version": "0.12.10",
"version": "0.12.11",
"description": "Packages for MVC service workers.",

@@ -5,0 +5,0 @@ "type": "module",

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