Socket
Socket
Sign inDemoInstall

webpack-merge

Package Overview
Dependencies
6
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.7.2 to 5.7.3

4

CHANGELOG.md
# Changelog
## 5.7.3 / 2020-12-22
- Fix - Don't merge strings with objects in `mergeWithRules`. #172
## 5.7.2 / 2020-12-16

@@ -4,0 +8,0 @@

@@ -161,2 +161,5 @@ "use strict";

});
if (!utils_1.isPlainObject(ao)) {
return ao;
}
Object.entries(ao).forEach(function (_a) {

@@ -163,0 +166,0 @@ var _b = __read(_a, 2), k = _b[0], v = _b[1];

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "5.7.2",
"version": "5.7.3",
"scripts": {

@@ -8,0 +8,0 @@ "build": "tsc",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc