New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@node-loaders/auto

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-loaders/auto

Auto detect @node-loaders installed loaders.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@node-loaders/auto

Auto detect @node-loaders installed loaders.

The order of loaders can break some functionalities. Using this loader makes sure @node-loaders order is optimal.

Example: to mock typescript modules, the mock loader should be called before typescript loader.

Usage

For configuration tools, refer to usage

Loaders

  • @node-loaders/auto use default behavior for esbuild and mock when available.
  • @node-loaders/auto/strict use strict behavior for esbuild and default behaviour for mock when available.
  • @node-loaders/auto/esm use esm behavior for esbuild and mock when available.

License

MIT

Keywords

esm

FAQs

Package last updated on 11 May 2023

Did you know?

Socket

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