@types/webpack
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -8,2 +8,3 @@ // Type definitions for webpack 3.0 | ||
// Mohsen Azimi <https://github.com/mohsen1> | ||
// Jonathan Creamer <https://github.com/jcreamer898> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -836,2 +837,10 @@ | ||
class HashedModuleIdsPlugin extends Plugin { | ||
constructor(options?: { | ||
hashFunction?: string, | ||
hashDigest?: string, | ||
hashDigestLength?: number | ||
}); | ||
} | ||
class HotModuleReplacementPlugin extends Plugin { | ||
@@ -838,0 +847,0 @@ constructor(options?: any); |
{ | ||
"name": "@types/webpack", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -26,2 +26,6 @@ "license": "MIT", | ||
"url": "https://github.com/mohsen1" | ||
}, | ||
{ | ||
"name": "Jonathan Creamer", | ||
"url": "https://github.com/jcreamer898" | ||
} | ||
@@ -41,4 +45,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0553c704ed8245532555adaf6898e22393124a32f95183ccfef2c366916edcb2", | ||
"typesPublisherContentHash": "bb3f91d1c6f82636593dd58b1b07fc1b061c774ede7b1cca9d3a441d7161a584", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 09 Aug 2017 17:37:36 GMT | ||
* Last updated: Thu, 10 Aug 2017 14:02:07 GMT | ||
* Dependencies: tapable, uglify-js, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Qubo <https://github.com/tkqubo>, Benjamin Lim <https://github.com/bumbleblym>, Boris Cherny <https://github.com/bcherny>, Tommy Troy Lin <https://github.com/tommytroylin>, Mohsen Azimi <https://github.com/mohsen1>. | ||
These definitions were written by Qubo <https://github.com/tkqubo>, Benjamin Lim <https://github.com/bumbleblym>, Boris Cherny <https://github.com/bcherny>, Tommy Troy Lin <https://github.com/tommytroylin>, Mohsen Azimi <https://github.com/mohsen1>, Jonathan Creamer <https://github.com/jcreamer898>. |
Sorry, the diff of this file is not supported yet
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
56054
1174