Socket
Socket
Sign inDemoInstall

webpack-merge

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-merge - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

4

CHANGELOG.md
# Changelog
## 5.1.1 / 2020-08-04
- Fix - Drop `<reference types="webpack-dev-server" />` from **index.d.ts** #143
## 5.1.0 / 2020-08-03

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

1

dist/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="webpack-dev-server" />
import { Configuration } from "webpack";

@@ -3,0 +2,0 @@ import unique from "./unique";

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

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

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

"devDependencies": {
"@types/webpack": "^4.41.19",
"@types/webpack": "^4.41.21",
"husky": "^4.2.5",
"tsdx": "^0.13.2",
"tslib": "^2.0.0",
"typescript": "^3.9.6",
"webpack": "^4.43.0"
"typescript": "^3.9.7",
"webpack": "^4.44.1"
},

@@ -32,0 +32,0 @@ "repository": {

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