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.17.0 to 2.17.1

8

dist/index.d.ts

@@ -1,3 +0,5 @@

export { default } from './loader';
export { default as ESBuildPlugin } from './plugin';
export { default as ESBuildMinifyPlugin } from './minify-plugin';
import esbuildLoader from './loader';
import ESBuildPlugin from './plugin';
import ESBuildMinifyPlugin from './minify-plugin';
export default esbuildLoader;
export { ESBuildPlugin, ESBuildMinifyPlugin };

@@ -6,8 +6,10 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ESBuildMinifyPlugin = exports.ESBuildPlugin = exports.default = void 0;
var loader_1 = require("./loader");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(loader_1).default; } });
var plugin_1 = require("./plugin");
Object.defineProperty(exports, "ESBuildPlugin", { enumerable: true, get: function () { return __importDefault(plugin_1).default; } });
var minify_plugin_1 = require("./minify-plugin");
Object.defineProperty(exports, "ESBuildMinifyPlugin", { enumerable: true, get: function () { return __importDefault(minify_plugin_1).default; } });
exports.ESBuildMinifyPlugin = exports.ESBuildPlugin = void 0;
const loader_1 = __importDefault(require("./loader"));
const plugin_1 = __importDefault(require("./plugin"));
exports.ESBuildPlugin = plugin_1.default;
const minify_plugin_1 = __importDefault(require("./minify-plugin"));
exports.ESBuildMinifyPlugin = minify_plugin_1.default;
/* eslint-disable unicorn/prefer-export-from */
exports.default = loader_1.default;
/* eslint-enable unicorn/prefer-export-from */
{
"name": "esbuild-loader",
"version": "2.17.0",
"version": "2.17.1",
"description": "⚡️ Speed up your Webpack build with esbuild",

@@ -51,3 +51,3 @@ "keywords": [

"devDependencies": {
"@pvtnbr/eslint-config": "^0.7.1",
"@pvtnbr/eslint-config": "^0.8.0",
"@types/jest": "^27.0.3",

@@ -57,3 +57,3 @@ "@types/loader-utils": "^2.0.3",

"css-loader": "^5.2.0",
"eslint": "^8.4.1",
"eslint": "^8.5.0",
"husky": "^4.3.8",

@@ -64,3 +64,3 @@ "jest": "^27.4.4",

"mini-css-extract-plugin": "^1.4.0",
"typescript": "^4.5.3",
"typescript": "^4.5.4",
"unionfs": "^4.4.0",

@@ -67,0 +67,0 @@ "webpack": "^4.44.2",

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