Huge News!Announcing our $40M Series B led by Abstract Ventures.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.15.23 to 0.15.28

8

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

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

"dependencies": {
"@chialab/esbuild-rna": "^0.15.23",
"@chialab/node-resolve": "^0.15.9"
"@chialab/esbuild-rna": "^0.15.28",
"@chialab/node-resolve": "^0.15.28"
},

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

},
"gitHead": "e7f2116569b07b6f81cddd17e489ffd8790b441a"
"gitHead": "b6070e0cc98f6d8b7b4a8a59b9d88ee9364aebb1"
}

@@ -8,4 +8,4 @@ /**

* @param {import('@jimp/core').RGBA} background The background color to use.
* @return Launch screen buffer.
* @returns Launch screen buffer.
*/
export function generateLaunch(image: import('./generator').Image, width: number, height: number, gutter: number, background: import('@jimp/core').RGBA): Promise<Buffer>;

@@ -34,3 +34,3 @@ /**

* @param {PluginOptions} options
* @return An esbuild plugin.
* @returns An esbuild plugin.
*/

@@ -37,0 +37,0 @@ export default function _default({ scriptsTarget, modulesTarget, }?: PluginOptions): import("esbuild").Plugin;

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