Socket
Socket
Sign inDemoInstall

arc-plugin-esbuild

Package Overview
Dependencies
72
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.2 to 2.4.3

8

dist/index.js

@@ -118,3 +118,9 @@ 'use strict';

const src = path.join(uri, entryFile);
const dest = uri.replace(fullSrcPath, fullOutPath);
const dest = path.join(uri.replace(fullSrcPath, fullOutPath), 'index.js');
// if (!options.bundleNodeModules) {
// fs.copySync(
// join(uri, 'node_modules'),
// join(code, 'node_modules'),
// )
// }
const target = parseRuntimeToTarget(inventory, uri);

@@ -121,0 +127,0 @@ settings.push({

2

package.json
{
"name": "arc-plugin-esbuild",
"version": "2.4.2",
"version": "2.4.3",
"description": "Use Typescript and esbuild with arc.codes!",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc