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.12.2 to 0.12.7

5

lib/index.js

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

...pluginData,
globalName: undefined,
entryPoints: [filePath],

@@ -193,2 +194,6 @@ outfile: undefined,

if (config.define) {
delete config.define['this'];
}
const result = /** @type { BuildResult} */ (await esbuild.build(config));

@@ -195,0 +200,0 @@ filePath = getMainOutput([filePath], result.metafile, rootDir);

4

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

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

},
"gitHead": "78b4044e43ddb423527529d38bf89bb56812868a"
"gitHead": "3dea1f3e3e7ecb0c74e991ffbc6be2b93d0fb08c"
}
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