@types/webpack
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -852,3 +852,3 @@ // Type definitions for webpack 3.0 | ||
class NamedChunksPlugin extends Plugin { | ||
constructor(); | ||
constructor(nameResolver?: (chunk: any) => string | null ); | ||
} | ||
@@ -855,0 +855,0 @@ |
{ | ||
"name": "@types/webpack", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "802ec0b55e83d41cdb817bf4ad87407e7edf756aa7e72bbd20c57d9ffefb431b", | ||
"typesPublisherContentHash": "0553c704ed8245532555adaf6898e22393124a32f95183ccfef2c366916edcb2", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 07 Aug 2017 16:24:26 GMT | ||
* Last updated: Wed, 09 Aug 2017 17:37:36 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
54256