New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webworkify-webpack

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webworkify-webpack - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

8

index.js

@@ -77,3 +77,3 @@ function webpackBootstrapFunc (modules) {

var moduleNameReqExp = '[\\.|\\-|\\+|\\w|\/|@]+'
var dependencyRegExp = '\\(([\n\r]*\\s*)?(\/\\*.*?\\*\/)?\\s?([\n\r]*\\s*)?.*?(' + moduleNameReqExp + ').*?\\)' // additional chars when output.pathinfo is true
var dependencyRegExp = '\\(\\s*(\/\\*.*?\\*\/)?\\s*.*?(' + moduleNameReqExp + ').*?\\)' // additional chars when output.pathinfo is true

@@ -102,4 +102,4 @@ // http://stackoverflow.com/a/2593661/130442

while ((match = re.exec(fnString))) {
if (match[5] === 'dll-reference') continue
retval[queueName].push(match[5])
if (match[3] === 'dll-reference') continue
retval[queueName].push(match[3])
}

@@ -115,3 +115,3 @@

retval[match[2]] = retval[match[2]] || []
retval[match[2]].push(match[6])
retval[match[2]].push(match[4])
}

@@ -118,0 +118,0 @@

{
"name": "webworkify-webpack",
"version": "2.1.4",
"version": "2.1.5",
"description": "launch a web worker at runtime that can require() in the browser with webpack",

@@ -5,0 +5,0 @@ "main": "index.js",

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