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 1.3.1 to 1.3.2

13

dist/index.js

@@ -30,11 +30,8 @@ "use strict";

const exists = fs_1.existsSync(resolved);
if (!exists && fs_1.existsSync(`${resolved}.jsx`)) {
return `${resolved}.jsx`;
for (const loader of loaders) {
const file = `${resolved}.${loader}`;
if (!exists && fs_1.existsSync(file)) {
return file;
}
}
if (!exists && fs_1.existsSync(`${resolved}.ts`)) {
return `${resolved}.ts`;
}
if (!exists && fs_1.existsSync(`${resolved}.tsx`)) {
return `${resolved}.tsx`;
}
}

@@ -41,0 +38,0 @@ },

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