Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chialab/esbuild-plugin-bundle-dependencies

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/esbuild-plugin-bundle-dependencies - npm Package Compare versions

Comparing version 0.12.2 to 0.12.7

6

lib/index.js

@@ -24,3 +24,7 @@ import { readFile } from 'fs/promises';

const options = build.initialOptions;
const { sourceRoot, absWorkingDir } = options;
const { sourceRoot, absWorkingDir, bundle } = options;
if (!bundle) {
return;
}
const rootDir = sourceRoot || absWorkingDir || process.cwd();

@@ -27,0 +31,0 @@ const external = [...(options.external || [])];

4

package.json
{
"name": "@chialab/esbuild-plugin-bundle-dependencies",
"type": "module",
"version": "0.12.2",
"version": "0.12.7",
"description": "Collect or exclude module dependencies to bundle.",

@@ -36,3 +36,3 @@ "main": "lib/index.js",

},
"gitHead": "78b4044e43ddb423527529d38bf89bb56812868a"
"gitHead": "3dea1f3e3e7ecb0c74e991ffbc6be2b93d0fb08c"
}
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