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.0.12 to 3.0.13

2

webpack/index.d.ts

@@ -1040,2 +1040,4 @@ // Type definitions for webpack 3.0

include?: Condition | Condition[];
/** Parallelization can speedup your build significantly and is therefore highly recommended. */
parallel?: boolean | { cache: boolean, workers: boolean | number };
sourceMap?: boolean;

@@ -1042,0 +1044,0 @@ test?: Condition | Condition[];

4

webpack/package.json
{
"name": "@types/webpack",
"version": "3.0.12",
"version": "3.0.13",
"description": "TypeScript definitions for webpack",

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

},
"typesPublisherContentHash": "e32a324f57f76cd8994791e50238767b666e7258971634adf7e6531a99b3ac0e",
"typesPublisherContentHash": "62535097450d0a39de0e2e64a91b2da25cd2ced1c00431bab66fc5ad4064ec31",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 25 Sep 2017 19:36:49 GMT
* Last updated: Tue, 03 Oct 2017 18:07:09 GMT
* Dependencies: tapable, uglify-js, 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