Socket
Socket
Sign inDemoInstall

@chialab/esbuild-plugin-any-file

Package Overview
Dependencies
5
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @chialab/esbuild-plugin-any-file

A loader plugin for esbuild for files with unknown loader.


Version published
Weekly downloads
98
increased by12.64%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Esbuild Plugin Any File • A loader plugin for esbuild for files with unknown loader.

NPM


Install

npm i @chialab/esbuild-plugin-any-file -D
yarn add @chialab/esbuild-plugin-any-file -D

Usage

import esbuild from 'esbuild';
import filePlugin from '@chialab/esbuild-plugin-any-file';

await esbuild.build({
    plugins: [
        filePlugin(),
    ],
});

License

Esbuild Plugin Any File is released under the MIT license.

Keywords

FAQs

Last updated on 11 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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