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.1 to 2.1.2

2

index.js

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

src = src + '(' + webpackBootstrapFunc.toString().replace('ENTRY_MODULE', JSON.stringify(moduleId)) + ')({' + requiredModules.main.map(function (id) { return '' + JSON.stringify(id) + ': ' + sources.main[id].toString() }).join(',') + '})(self);'
src = src + 'new ((' + webpackBootstrapFunc.toString().replace('ENTRY_MODULE', JSON.stringify(moduleId)) + ')({' + requiredModules.main.map(function (id) { return '' + JSON.stringify(id) + ': ' + sources.main[id].toString() }).join(',') + '}))(self);'

@@ -179,0 +179,0 @@ var blob = new window.Blob([src], { type: 'text/javascript' })

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

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

"http-server": "^0.11.1",
"webpack": "^4.0.0-beta.2",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.6"
}
}
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