Socket
Socket
Sign inDemoInstall

thread-loader

Package Overview
Dependencies
80
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

5

dist/index.js

@@ -25,3 +25,6 @@ "use strict";

_compiler: {
fsStartTime: this._compiler.fsStartTime
fsStartTime: this._compiler.fsStartTime,
options: {
plugins: []
}
},

@@ -28,0 +31,0 @@ _compilation: {

26

package.json
{
"name": "thread-loader",
"version": "4.0.1",
"version": "4.0.2",
"description": "Runs the following loaders in a worker pool",

@@ -27,3 +27,7 @@ "license": "MIT",

"lint:js": "eslint --cache .",
"lint:spelling": "cspell \"**/*.*\"",
"lint": "npm-run-all -l -p \"lint:**\"",
"fix:js": "npm run lint:js -- --fix",
"fix:prettier": "npm run lint:prettier -- --write",
"fix": "npm-run-all -l fix:js fix:prettier",
"test:only": "cross-env NODE_ENV=test jest --forceExit",

@@ -50,5 +54,5 @@ "test:watch": "npm run test:only -- --watch",

"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@commitlint/cli": "^17.6.1",

@@ -61,5 +65,6 @@ "@commitlint/config-conventional": "^17.6.1",

"css-loader": "^6.7.3",
"cspell": "^6.31.1",
"del": "^5.1.0",
"del-cli": "^5.0.0",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",

@@ -71,14 +76,15 @@ "eslint-plugin-import": "^2.27.5",

"lodash": "^4.17.20",
"memfs": "^3.2.0",
"memfs": "^3.5.1",
"mini-css-extract-plugin": "^2.7.2",
"nodemon": "^2.0.6",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.14",
"postcss": "^8.4.23",
"postcss-font-magician": "^3.0.0",
"postcss-loader": "^5.2.0",
"prettier": "^2.1.2",
"sass": "^1.27.0",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"sass-loader": "^11.0.1",
"standard-version": "^9.0.0",
"webpack": "^5.3.0"
"ts-loader": "^9.2.6",
"webpack": "^5.81.0"
},

@@ -85,0 +91,0 @@ "keywords": [

@@ -9,6 +9,5 @@ <div align="center">

[![node][node]][node-url]
[![deps][deps]][deps-url]
[![tests][tests]][tests-url]
[![coverage][cover]][cover-url]
[![chat][chat]][chat-url]
[![discussion][discussion]][discussion-url]
[![size][size]][size-url]

@@ -26,2 +25,14 @@

or
```bash
yarn add -D thread-loader
```
or
```bash
pnpm add -D thread-loader
```
Put this loader in front of other loaders. The following loaders run in a worker pool.

@@ -141,4 +152,2 @@

[node-url]: https://nodejs.org
[deps]: https://david-dm.org/webpack-contrib/thread-loader.svg
[deps-url]: https://david-dm.org/webpack-contrib/thread-loader
[tests]: https://github.com/webpack-contrib/thread-loader/workflows/thread-loader/badge.svg

@@ -148,5 +157,5 @@ [tests-url]: https://github.com/webpack-contrib/thread-loader/actions

[cover-url]: https://codecov.io/gh/webpack-contrib/thread-loader
[chat]: https://badges.gitter.im/webpack/webpack.svg
[chat-url]: https://gitter.im/webpack/webpack
[discussion]: https://img.shields.io/github/discussions/webpack/webpack
[discussion-url]: https://github.com/webpack/webpack/discussions
[size]: https://packagephobia.now.sh/badge?p=thread-loader
[size-url]: https://packagephobia.now.sh/result?p=thread-loader
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc