Socket
Socket
Sign inDemoInstall

@types/webpack

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack - npm Package Compare versions

Comparing version 1.12.34 to 1.12.35

2

webpack/index.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc