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.3 to 2.4.4

6

dist/index.js

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

const src = path.join(uri, entryFile);
const dest = path.join(uri.replace(fullSrcPath, fullOutPath), 'index.js');
const newUri = uri.replace(fullSrcPath, fullOutPath);
await fsExtra.ensureDir(newUri);
const dest = path.join(newUri, 'index.js');
// if (!options.bundleNodeModules) {

@@ -133,3 +135,3 @@ // fs.copySync(

});
cfn.Resources[fun].Properties.CodeUri = dest;
cfn.Resources[fun].Properties.CodeUri = newUri;
}

@@ -136,0 +138,0 @@ logger.start(`Bundling ${settings.length} functions`);

{
"name": "arc-plugin-esbuild",
"version": "2.4.3",
"version": "2.4.4",
"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