@types/webpack
Advanced tools
Comparing version 1.12.34 to 1.12.35
@@ -406,3 +406,3 @@ // Type definitions for webpack 1.12.9 | ||
interface HotModuleReplacementPluginStatic { | ||
new (): Plugin; | ||
new (options?: any): Plugin; | ||
} | ||
@@ -409,0 +409,0 @@ |
{ | ||
"name": "@types/webpack", | ||
"version": "1.12.34", | ||
"version": "1.12.35", | ||
"description": "TypeScript definitions for webpack 1.12.9", | ||
@@ -16,4 +16,5 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "44bc31651673b0c01203029632ef8a64ae9c38cd9dfeb4f5f3414fb90fbbb9fb" | ||
"typesPublisherContentHash": "f63382c039f1d335d3337aa6a19a8df9b642b9d7164990dcd5cb80c45a2cc94e" | ||
} |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 12 Sep 2016 17:13:58 GMT | ||
* Last updated: Wed, 05 Oct 2016 20:53:42 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: uglify-js | ||
* Module Dependencies: uglify-js | ||
* Global values: DEBUG, __non_webpack_require__, __resourceQuery, __webpack_chunk_load__, __webpack_hash__, __webpack_modules__, __webpack_public_path__, __webpack_require__, module, require, webpack | ||
* Global values: webpack | ||
# Credits | ||
These definitions were written by Qubo <https://github.com/tkqubo>. |
@@ -19,12 +19,2 @@ { | ||
"globals": [ | ||
"DEBUG", | ||
"__non_webpack_require__", | ||
"__resourceQuery", | ||
"__webpack_chunk_load__", | ||
"__webpack_hash__", | ||
"__webpack_modules__", | ||
"__webpack_public_path__", | ||
"__webpack_require__", | ||
"module", | ||
"require", | ||
"webpack" | ||
@@ -36,7 +26,6 @@ ], | ||
"files": [ | ||
"index.d.ts", | ||
"webpack-env.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "44bc31651673b0c01203029632ef8a64ae9c38cd9dfeb4f5f3414fb90fbbb9fb" | ||
"contentHash": "f63382c039f1d335d3337aa6a19a8df9b642b9d7164990dcd5cb80c45a2cc94e" | ||
} |
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
25260
4
521