🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

liferay-npm-bundler-plugin-inject-imports-dependencies

Package Overview
Dependencies
Maintainers
14
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liferay-npm-bundler-plugin-inject-imports-dependencies

A liferay-npm-bundler plugin to force injection of declared imports as dependencies.

latest
Source
npmnpm
Version
2.32.2
Version published
Weekly downloads
3.7K
-18.42%
Maintainers
14
Weekly downloads
 
Created
Source

liferay-npm-bundler-plugin-inject-imports-dependencies

Inject declared imports dependencies.

Installation

npm install --save-dev liferay-npm-bundler-plugin-inject-imports-dependencies

Usage

Add the following to your .npmbundlerrc file:

Without options:

{
	"*": {
		"plugins": ["inject-imports-dependencies"]
	}
}

Technical Details

This plugin injects dependencies declared as imports inside the .npmbundlerrc file in the package.json file.

FAQs

Package last updated on 10 Jan 2025

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