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.19 to 0.11.25

1

lib/index.js

@@ -24,2 +24,3 @@ import path from 'path';

* @property {import('esbuild').Format} [format]
* @property {boolean} [bundle]
*/

@@ -26,0 +27,0 @@

4

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

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

},
"gitHead": "8cf91a6e67420b3712cdfd6c13d7d55b5078a1dd"
"gitHead": "ea8a160295d67e7618d9e5810865587a282d14ce"
}
/**
* @typedef {Object} EmitTransformOptions
* @property {import('esbuild').Format} [format]
* @property {boolean} [bundle]
*/

@@ -56,2 +57,3 @@ /**

format?: import("esbuild").Format | undefined;
bundle?: boolean | 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