Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-esbuild

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-esbuild - npm Package Compare versions

Comparing version 4.10.0 to 4.10.1

8

dist/index.js

@@ -344,3 +344,3 @@ var __create = Object.create;

const defaultOptions = tsconfig === false ? {} : await getOptions((0, import_path2.dirname)(id), tsconfig);
const result = await (0, import_esbuild4.transform)(code, __spreadValues({
const result = await (0, import_esbuild4.transform)(code, __spreadValues(__spreadProps(__spreadValues({
loader,

@@ -350,7 +350,7 @@ target: defaultOptions.target || "es2017",

jsxFragment: defaultOptions.jsxFragment,
jsx: defaultOptions.jsx,
jsxDev: defaultOptions.jsxDev,
jsx: defaultOptions.jsx
}, defaultOptions.jsxDev ? { jsxDev: true } : {}), {
sourcemap: sourceMap,
sourcefile: id
}, esbuildOptions));
}), esbuildOptions));
await warn(this, result.warnings);

@@ -357,0 +357,0 @@ return result.code && {

{
"name": "rollup-plugin-esbuild",
"version": "4.10.0",
"version": "4.10.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

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