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.11.0 to 2.11.1

4

dist/minify-plugin.js

@@ -8,4 +8,4 @@ "use strict";

const { version } = require('../package');
const isJsFile = /\.js$/i;
const isCssFile = /\.css$/i;
const isJsFile = /\.[cm]?js(\?.*)?$/i;
const isCssFile = /\.css(\?.*)?$/i;
const pluginName = 'esbuild-minify';

@@ -12,0 +12,0 @@ const flatMap = (array, callback) => (

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

@@ -5,0 +5,0 @@ "keywords": [

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