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

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.3.0 to 4.3.1

5

dist/index.js

@@ -37,3 +37,3 @@ 'use strict';

const bundle = async (id, pluginContext, plugins, loaders) => {
const bundle = async (id, pluginContext, plugins, loaders, target) => {
var _a, _b;

@@ -65,2 +65,3 @@ const transform = async (inputCode, id2) => {

format: "esm",
target,
bundle: true,

@@ -194,3 +195,3 @@ write: false,

if (options.experimentalBundling) {
const bundled = await bundle(id, this, plugins, loaders);
const bundled = await bundle(id, this, plugins, loaders, target);
if (bundled.code) {

@@ -197,0 +198,0 @@ return {

2

package.json
{
"name": "rollup-plugin-esbuild",
"version": "4.3.0",
"version": "4.3.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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