Socket
Socket
Sign inDemoInstall

esbuild-loader

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-loader - npm Package Compare versions

Comparing version 2.19.0 to 2.20.0

2

dist/minify-plugin.js

@@ -61,3 +61,3 @@ "use strict";

this.options.sourcemap === undefined
? devtool && devtool.includes('source-map')
? Boolean(devtool && devtool.includes('source-map'))
: this.options.sourcemap);

@@ -64,0 +64,0 @@ const { css: minifyCss, include, exclude, ...transformOptions } = this.options;

{
"name": "esbuild-loader",
"version": "2.19.0",
"version": "2.20.0",
"description": "⚡️ Speed up your Webpack build with esbuild",

@@ -22,3 +22,4 @@ "keywords": [

],
"main": "dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {

@@ -30,13 +31,2 @@ "build": "tsc",

},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": [
"eslint",
"jest --bail --findRelatedTests"
]
},
"peerDependencies": {

@@ -46,3 +36,3 @@ "webpack": "^4.40.0 || ^5.0.0"

"dependencies": {
"esbuild": "^0.14.39",
"esbuild": "^0.15.6",
"joycon": "^3.0.1",

@@ -55,14 +45,14 @@ "json5": "^2.2.0",

"devDependencies": {
"@pvtnbr/eslint-config": "^0.22.0",
"@pvtnbr/eslint-config": "^0.26.2",
"@types/jest": "^27.0.3",
"@types/loader-utils": "^2.0.3",
"@types/node": "^18.0.4",
"@types/webpack": "^4.41.32",
"@types/webpack-sources": "^3.2.0",
"css-loader": "^5.2.0",
"eslint": "^8.15.0",
"husky": "^4.3.8",
"eslint": "^8.19.0",
"jest": "^27.4.4",
"lint-staged": "^12.1.2",
"memfs": "^3.4.0",
"mini-css-extract-plugin": "^1.4.0",
"typescript": "^4.6.4",
"typescript": "^4.7.4",
"unionfs": "^4.4.0",

@@ -69,0 +59,0 @@ "webpack": "^4.44.2",

@@ -11,2 +11,11 @@ # esbuild-loader <a href="https://npm.im/esbuild-loader"><img src="https://badgen.net/npm/v/esbuild-loader"></a> <a href="https://npm.im/esbuild-loader"><img src="https://badgen.net/npm/dm/esbuild-loader"></a> <a href="https://packagephobia.now.sh/result?p=esbuild-loader"><img src="https://packagephobia.now.sh/badge?p=esbuild-loader"></a>

---
> **🤫 Psst! Want to power up your Node.js with esbuild?**
>
> Checkout our new project [`tsx`](https://github.com/esbuild-kit/tsx), an esbuild enhanced Node.js runtime that can run TypeScript instantly!
---
<sub>Support this project by ⭐️ starring and sharing it. [Follow me](https://github.com/privatenumber) to see what other cool projects I'm working on! ❤️</sub>

@@ -13,0 +22,0 @@

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