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

@chialab/esbuild-plugin-emit

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.11.25 to 0.11.28

4

lib/index.js

@@ -23,4 +23,6 @@ import path from 'path';

* @typedef {Object} EmitTransformOptions
* @property {boolean} [bundle]
* @property {import('esbuild').Format} [format]
* @property {boolean} [bundle]
* @property {import('esbuild').Plugin[]} [plugins]
* @property {string[]} [inject]
*/

@@ -27,0 +29,0 @@

{
"name": "@chialab/esbuild-plugin-emit",
"type": "module",
"version": "0.11.25",
"version": "0.11.28",
"description": "Helpers functions to emit chunks and files from a esbuild run.",

@@ -37,3 +37,3 @@ "main": "lib/index.js",

},
"gitHead": "ea8a160295d67e7618d9e5810865587a282d14ce"
"gitHead": "be4bf7d85e0b1bbc32664152b232915e2275977d"
}
/**
* @typedef {Object} EmitTransformOptions
* @property {boolean} [bundle]
* @property {import('esbuild').Format} [format]
* @property {boolean} [bundle]
* @property {import('esbuild').Plugin[]} [plugins]
* @property {string[]} [inject]
*/

@@ -56,4 +58,6 @@ /**

export type EmitTransformOptions = {
bundle?: boolean | undefined;
format?: import("esbuild").Format | undefined;
bundle?: boolean | undefined;
plugins?: import("esbuild").Plugin[] | undefined;
inject?: string[] | undefined;
};
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