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
Previous1345
9Next

5.4.1

Diff

Changelog

Source

5.4.1 / 2020-12-08

  • Fix - Allow mergeUnique to work with arbitrary order. #161
bebraw
published 5.4.0 •

Changelog

Source

5.4.0 / 2020-10-30

  • Fix - Fall back correctly in mergeWithRules for cases that aren't matched. #157 #158
  • Fix - Don't throw if using mergeWithRules without a rule #151
  • Feat - Throw if undefined is passed to merge as a structure to merge
bebraw
published 5.3.0 •

Changelog

Source

5.3.0 / 2020-10-30

  • Fix - Expose Configuration type through a generic to TypeScript to support both webpack 4 and 5 #141 #154

In case you use webpack 4, please change your typing as instructed in the readme as the default type is loose but non-breaking.

bebraw
published 5.2.0 •

Changelog

Source

5.2.0 / 2020-10-07

  • Feature - Support advanced merging cases through mergeWithRules #146 #149
bebraw
published 5.1.4 •

Changelog

Source

5.1.4 / 2020-09-09

  • Fix - Expose CustomizeRule for TypeScript users #147
bebraw
published 5.1.3 •

Changelog

Source

5.1.3 / 2020-08-30

  • Fix - Allow merging a RegExp to itself #145
bebraw
published 5.1.2 •

Changelog

Source

5.1.2 / 2020-08-18

  • Fix - Allow overriding an object field with null #144
bebraw
published 5.1.1 •

Changelog

Source

5.1.1 / 2020-08-04

  • Fix - Drop <reference types="webpack-dev-server" /> from index.d.ts #143
bebraw
published 5.1.0 •

Changelog

Source

5.1.0 / 2020-08-03

  • Feature - Expose merge as default for backwards-compatibility with TypeScript. Now import merge from "webpack-merge"; works there. In CommonJS, the default alias is exposed through default property due to technical constraints.
bebraw
published 5.0.9 •

Changelog

Source

5.0.9 / 2020-07-09

  • Fix - Don't crash on merge() and merge([]). Now {} is returned in these corner cases.
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