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.2.2 to 4.2.3

4

dist/index.js

@@ -84,4 +84,2 @@ 'use strict';

const loader = loaders[path__default['default'].extname(args.path)];
if (!loader)
return;
let contents;

@@ -118,3 +116,3 @@ for (const plugin of plugins) {

contents,
loader
loader: loader || "js"
};

@@ -121,0 +119,0 @@ });

{
"name": "rollup-plugin-esbuild",
"version": "4.2.2",
"version": "4.2.3",
"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