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.1.0 to 1.2.0

5

dist/threads-plugin.js

@@ -49,2 +49,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

if (/^(https?:)?\/\//i.test(dep.string)) {
// Ignore absolute URL workers
return false;
}
var optsExpr = expr.arguments[1];

@@ -51,0 +56,0 @@ var typeModuleExpr = Types.objectProperty(Types.identifier("type"), Types.stringLiteral("module"));

2

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

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

@@ -49,2 +49,6 @@ /**

}
if (/^(https?:)?\/\//i.test(dep.string)) {
// Ignore absolute URL workers
return false;
}

@@ -51,0 +55,0 @@ const optsExpr = expr.arguments[1];

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