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.0.0 to 2.0.1

2

index.js

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

var requiredModules = options.all ? Object.keys(sources) : getRequiredModules(sources, moduleId)
var src = '(' + webpackBootstrapFunc.toString().replace('ENTRY_MODULE', moduleId) + ')({' + requiredModules.map(function (id) { return '' + id + ': ' + sources[id].toString() }).join(',') + '})();'
var src = '(' + webpackBootstrapFunc.toString().replace('ENTRY_MODULE', moduleId) + ')({' + requiredModules.map(function (id) { return '' + id + ': ' + sources[id].toString() }).join(',') + '})(self);'

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

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

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

@@ -108,3 +108,3 @@ # webworkify-webpack

The goal is to make `webworkify-webpack` be based on webpack's api only. I'm not sure how to accomplish it since I never wrote a webpack plugin (is it possible other way?) so I'm asking for help :)
The goal is to make `webworkify-webpack` fully based on webpack's api. I'm not sure how to accomplish it since I never wrote a webpack plugin (is it possible other way?) so I'm asking for help :)

@@ -111,0 +111,0 @@ Points of view:

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