Socket
Socket
Sign inDemoInstall

threads-plugin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

threads-plugin - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

package.json
{
"name": "threads-plugin",
"version": "1.3.2",
"version": "1.3.3",
"description": "Webpack plugin to bundle threads.js workers automagically.",

@@ -5,0 +5,0 @@ "main": "dist/threads-plugin.js",

@@ -62,3 +62,5 @@ /**

if (pluginOptions.target && /\bnode\b/.test(pluginOptions.target)) {
const target = pluginOptions.target || compilerOptions.target
if (target && /\bnode\b/.test(target)) {
new NodeTargetPlugin().apply(workerCompiler);

@@ -65,0 +67,0 @@ }

Sorry, the diff of this file is too big to display

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