Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

liferay-npm-bundler-plugin-replace-browser-modules

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liferay-npm-bundler-plugin-replace-browser-modules - npm Package Compare versions

Comparing version 1.2.3 to 1.4.0

2

lib/__tests__/index.test.js

@@ -41,3 +41,3 @@ 'use strict';

try {
fs.unlink(pkg.dir + '/' + file);
fs.unlinkSync(pkg.dir + '/' + file);
} catch (err) {}

@@ -44,0 +44,0 @@ });

{
"name": "liferay-npm-bundler-plugin-replace-browser-modules",
"version": "1.2.3",
"version": "1.4.0",
"description": "A liferay-npm-bundler plugin to replace files listed under the browser/module entry of package.json files.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -35,3 +35,3 @@ import cpFile from 'cp-file';

try {
fs.unlink(`${pkg.dir}/${file}`);
fs.unlinkSync(`${pkg.dir}/${file}`);
} catch (err) {}

@@ -38,0 +38,0 @@ });

Sorry, the diff of this file is not supported yet

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