@types/webpack
Advanced tools
Comparing version 2.2.12 to 2.2.13
@@ -829,2 +829,6 @@ // Type definitions for webpack 2.2 | ||
class EnvironmentPlugin extends Plugin { | ||
constructor(envs: string[] | {[key: string]: any}); | ||
} | ||
class ProvidePlugin extends Plugin { | ||
@@ -831,0 +835,0 @@ constructor(definitions: {[key: string]: any}); |
{ | ||
"name": "@types/webpack", | ||
"version": "2.2.12", | ||
"version": "2.2.13", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1ad3d47cb250fa2b6577dfc4d8e4b863a008a7e892204396cfece295021c0e33", | ||
"typesPublisherContentHash": "ac2fa5654fb7fa1a56f869b4ca056fcb4fc2aeeb7fde23d32b48f7aa1007f23d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 21 Mar 2017 21:28:55 GMT | ||
* Last updated: Wed, 29 Mar 2017 18:32:03 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
49460
1078