New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chialab/esbuild-plugin-html

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.16.4 to 0.17.0

8

package.json
{
"name": "@chialab/esbuild-plugin-html",
"type": "module",
"version": "0.16.4",
"version": "0.17.0",
"description": "A HTML loader plugin for esbuild.",

@@ -36,4 +36,4 @@ "main": "dist/index.js",

"dependencies": {
"@chialab/esbuild-rna": "^0.16.5",
"@chialab/node-resolve": "^0.16.1"
"@chialab/esbuild-rna": "^0.17.0",
"@chialab/node-resolve": "^0.17.0"
},

@@ -47,3 +47,3 @@ "devDependencies": {

"cheerio": "^1.0.0-rc.9",
"esbuild": "^0.14.8",
"esbuild": "^0.15.0",
"js-beautify": "^1.14.0",

@@ -50,0 +50,0 @@ "rimraf": "^3.0.2",

/**
* @typedef {Object} PluginOptions
* @property {string} [scriptsTarget]
* @property {string} [modulesTarget]
* @property {string|string[]} [modulesTarget]
* @property {string} [entryNames]

@@ -15,3 +15,3 @@ * @property {string} [chunkNames]

* @property {string} workingDir
* @property {string[]} target
* @property {(string | string[])[]} target
*/

@@ -38,3 +38,3 @@ /**

scriptsTarget?: string | undefined;
modulesTarget?: string | undefined;
modulesTarget?: string | string[] | undefined;
entryNames?: string | undefined;

@@ -49,3 +49,3 @@ chunkNames?: string | undefined;

workingDir: string;
target: string[];
target: (string | string[])[];
};

@@ -52,0 +52,0 @@ export type Helpers = {

Sorry, the diff of this file is too big to display

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