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

esbuild-plugin-vue3

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-vue3 - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

dist/html.d.ts

@@ -6,3 +6,3 @@ import { BuildResult } from "esbuild";

*/
originalFile: string;
sourceFile: string;
/**

@@ -9,0 +9,0 @@ * Path where the modified HTML file will be written to. By default this is an index.html file in the outdir or next to the outfile.

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

_b = (_a = cheerio).load;
return [4 /*yield*/, fs.promises.readFile(opts.originalFile)];
return [4 /*yield*/, fs.promises.readFile(opts.sourceFile)];
case 2:

@@ -92,0 +92,0 @@ $ = _b.apply(_a, [_d.sent()]);

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

opts.generateHTML = {
originalFile: opts.generateHTML
sourceFile: opts.generateHTML
};

@@ -314,0 +314,0 @@ }

{
"name": "esbuild-plugin-vue3",
"version": "0.1.7",
"version": "0.1.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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