New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/webpack-hot-middleware

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack-hot-middleware - npm Package Compare versions

Comparing version 2.25.0 to 2.25.1

8

webpack-hot-middleware/index.d.ts

@@ -7,2 +7,3 @@ // Type definitions for webpack-hot-middleware 2.25

// Ilya Zelenko <https://github.com/iliyaZelenko>
// Rodrigo Saboya <https://github.com/saboya>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -18,7 +19,7 @@ // TypeScript Version: 2.3

compiler: webpack.ICompiler,
options?: WebpackHotMiddleware.Options
options?: WebpackHotMiddleware.MiddlewareOptions
): NextHandleFunction & WebpackHotMiddleware.EventStream;
declare namespace WebpackHotMiddleware {
interface Options {
interface ClientOptions {
reload?: boolean;

@@ -39,2 +40,4 @@ name?: string;

overlayWarnings?: boolean;
}
interface MiddlewareOptions {
log?: false | Logger;

@@ -49,3 +52,4 @@ path?: string;

publish(payload: any): void;
close(): void;
}
}
{
"name": "@types/webpack-hot-middleware",
"version": "2.25.0",
"version": "2.25.1",
"description": "TypeScript definitions for webpack-hot-middleware",

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "iliyaZelenko"
},
{
"name": "Rodrigo Saboya",
"url": "https://github.com/saboya",
"githubUsername": "saboya"
}

@@ -41,4 +46,4 @@ ],

},
"typesPublisherContentHash": "318e6a422e6829f78bf2d0f86e33ee0b5c0cfe83c8a7d893c638fb219582b17a",
"typesPublisherContentHash": "26613d25e93a749aad0df76a8cf314583412acbce691cff546458de52ac741a9",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 10 Dec 2019 20:46:06 GMT
* Last updated: Sat, 11 Apr 2020 00:19:17 GMT
* Dependencies: [@types/connect](https://npmjs.com/package/@types/connect), [@types/webpack](https://npmjs.com/package/@types/webpack)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Benjamin Lim (https://github.com/bumbleblym), Ron Martinez (https://github.com/icylace), Chris Abrams (https://github.com/chrisabrams), and Ilya Zelenko (https://github.com/iliyaZelenko).
These definitions were written by [Benjamin Lim](https://github.com/bumbleblym), [Ron Martinez](https://github.com/icylace), [Chris Abrams](https://github.com/chrisabrams), [Ilya Zelenko](https://github.com/iliyaZelenko), and [Rodrigo Saboya](https://github.com/saboya).

Sorry, the diff of this file is not supported yet

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