You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
14
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
npmnpm
Version published
Weekly downloads
5.4K
-17.47%
Maintainers
14
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