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 2.2.2 to 2.2.3

13

webpack/index.d.ts

@@ -475,2 +475,13 @@ // Type definitions for webpack 2.2

type UglifyCommentFunction = (astNode: any, comment: any) => boolean
interface UglifyPluginOptions extends UglifyJS.MinifyOptions {
beautify?: boolean;
comments?: boolean | RegExp | UglifyCommentFunction;
sourceMap?: boolean;
test?: Condition | Condition[];
include?: Condition | Condition[];
exclude?: Condition | Condition[];
}
interface Webpack {

@@ -1024,3 +1035,3 @@ (config: Configuration, callback?: compiler.CompilerCallback): compiler.Compiler;

interface UglifyJsPluginStatic {
new (options?: UglifyJS.MinifyOptions): Plugin;
new (options?: UglifyPluginOptions): Plugin;
}

@@ -1027,0 +1038,0 @@ interface CommonsChunkPluginStatic {

4

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

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

"peerDependencies": {},
"typesPublisherContentHash": "6316e4df7c19573a75b83ae8b3eec0fac91996424fec85aba130e042f514a67c",
"typesPublisherContentHash": "8d4f63973714a04c96206db89db296090cad9a0e37878515ea38aed3fa68be4e",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 19 Jan 2017 14:46:20 GMT
* Last updated: Mon, 23 Jan 2017 02:32:30 GMT
* Dependencies: uglify-js, tapable, node

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

@@ -28,5 +28,5 @@ {

"hasPackageJson": false,
"contentHash": "6316e4df7c19573a75b83ae8b3eec0fac91996424fec85aba130e042f514a67c"
"contentHash": "8d4f63973714a04c96206db89db296090cad9a0e37878515ea38aed3fa68be4e"
},
"isLatest": true
}
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