Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
13
Versions
94
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..


Version published
Weekly downloads
6.2K
increased by3.13%
Maintainers
13
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 30 Sep 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc