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.1 to 2.4.2

8

dist/index.js

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

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

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

4

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

@@ -54,3 +54,3 @@ "types": "dist/index.d.ts",

"chai": "4.3.6",
"esbuild": "0.15.2",
"esbuild": "0.15.3",
"esbuild-register": "3.3.3",

@@ -57,0 +57,0 @@ "eslint": "8.22.0",

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