@types/webpack
Advanced tools
Comparing version 2.2.10 to 2.2.11
@@ -750,2 +750,6 @@ // Type definitions for webpack 2.2 | ||
class ProgressPlugin extends Plugin { | ||
constructor(options?: (percentage: number, msg: string) => void); | ||
} | ||
class ProvidePlugin extends Plugin { | ||
@@ -752,0 +756,0 @@ constructor(definitions: {[key: string]: any}); |
{ | ||
"name": "@types/webpack", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1de27dd0a9e5a7b7ba024c0af2b453f2c6b40bee9c51883409eb16a1caa7fad8", | ||
"typesPublisherContentHash": "6a313fb29411ddcc51de213482f80825a8a81dadfe669c2d7147d7a2d901e832", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 09 Mar 2017 00:25:50 GMT | ||
* Last updated: Fri, 10 Mar 2017 07:28:34 GMT | ||
* Dependencies: tapable, uglify-js, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47318
1011