Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ewas/esbuild-plugin-html

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ewas/esbuild-plugin-html - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/index.js

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

var _a = htmlConfig, _b = _a.crossorigin, crossorigin = _b === void 0 ? true : _b, template = _a.template, templateContent = _a.templateContent, templatePublicPath = _a.publicPath, filename = _a.filename, scriptLoading = _a.scriptLoading;
var _c = config, publicPath = _c.publicPath, entryPoints = _c.entryPoints, outdir = _c.outdir, absWorkingDir = _c.absWorkingDir;
var _c = config.esbuildOptions, publicPath = _c.publicPath, entryPoints = _c.entryPoints, outdir = _c.outdir, absWorkingDir = _c.absWorkingDir;
var templateStr;

@@ -67,0 +67,0 @@ if (templateContent && template) {

{
"name": "@ewas/esbuild-plugin-html",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -8,3 +8,3 @@ "main": "./dist/index.js",

"devDependencies": {
"@ewas/types": "1.0.0",
"@ewas/types": "1.0.1",
"esbuild": "^0.13.15",

@@ -11,0 +11,0 @@ "typescript": "^4.5.0-beta"

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