🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

liferay-npm-bundler-plugin-resolve-linked-dependencies

Package Overview
Dependencies
Maintainers
0
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liferay-npm-bundler-plugin-resolve-linked-dependencies

A liferay-npm-bundler plugin to replace linked dependencies versions by their real values..

2.32.2
latest
Source
npm
Version published
Weekly downloads
6.2K
-3.7%
Maintainers
0
Weekly downloads
 
Created
Source

liferay-npm-bundler-plugin-resolve-linked-dependencies

Replace linked dependencies versions by their real values.

Installation

npm install --save-dev liferay-npm-bundler-plugin-resolve-linked-dependencies

Usage

Add the following to your .npmbundlerrc file:

Without options:

{
	"*": {
		"plugins": ["resolve-linked-dependencies"]
	}
}

Technical Details

This plugin replaces links to file:// dependencies by their real version number, taken from the resolved package looking up in node_modules.

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