Socket
Socket
Sign inDemoInstall

@types/webpack

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack - npm Package Compare versions

Comparing version 3.8.19 to 3.8.20

2

webpack v3.8/index.d.ts

@@ -381,3 +381,2 @@ // Type definitions for webpack 3.8

// tslint:disable-next-line:no-empty-interface
interface ConditionArray extends Array<Condition> { }

@@ -485,3 +484,2 @@ type Condition = string | RegExp | ((absPath: string) => boolean) | ConditionSpec | ConditionArray;

namespace Options {
// tslint:disable-next-line:max-line-length
type Devtool = 'eval' | 'inline-source-map' | 'cheap-eval-source-map' | 'cheap-source-map' | 'cheap-module-eval-source-map' | 'cheap-module-source-map' | 'eval-source-map' | 'source-map' |

@@ -488,0 +486,0 @@ 'nosources-source-map' | 'hidden-source-map' | 'nosources-source-map' | '@eval' | '@inline-source-map' | '@cheap-eval-source-map' | '@cheap-source-map' | '@cheap-module-eval-source-map' |

6

webpack v3.8/package.json
{
"name": "@types/webpack",
"version": "3.8.19",
"version": "3.8.20",
"description": "TypeScript definitions for webpack",

@@ -77,4 +77,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "0bf88509ea4b6920d38021804d461bae5d2aa2c1cd793ca971b7c893df94ec17",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "f08392946d48ab10eef4167d665cc5bb696f18d11209fd451b488265c32b184c",
"typeScriptVersion": "3.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sat, 30 May 2020 01:27:25 GMT
* Last updated: Wed, 28 Oct 2020 18:56:30 GMT
* Dependencies: [@types/tapable](https://npmjs.com/package/@types/tapable), [@types/uglify-js](https://npmjs.com/package/@types/uglify-js), [@types/source-map](https://npmjs.com/package/@types/source-map), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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