Socket
Socket
Sign inDemoInstall

@gatsbyjs/webpack-hot-middleware

Package Overview
Dependencies
Maintainers
24
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.25.2 to 2.25.3

2

client-overlay.js

@@ -24,3 +24,3 @@ /*eslint-env browser*/

var ansiHTML = require('ansi-html');
var ansiHTML = require('ansi-html-community');
var colors = {

@@ -27,0 +27,0 @@ reset: ['transparent', 'transparent'],

@@ -18,5 +18,5 @@ /*eslint-env browser*/

if (__resourceQuery) {
var querystring = require('querystring');
var overrides = querystring.parse(__resourceQuery.slice(1));
setOverrides(overrides);
var { URLSearchParams } = require('url');
var overrides = new URLSearchParams(__resourceQuery.slice(1));
setOverrides(Object.fromEntries(overrides));
}

@@ -23,0 +23,0 @@

{
"name": "@gatsbyjs/webpack-hot-middleware",
"version": "2.25.2",
"version": "2.25.3",
"description": "Webpack hot reloading you can attach to your own server",

@@ -29,5 +29,4 @@ "keywords": [

"dependencies": {
"ansi-html": "0.0.7",
"html-entities": "^2.1.0",
"querystring": "^0.2.0",
"ansi-html-community": "0.0.8",
"html-entities": "^2.3.3",
"strip-ansi": "^6.0.0"

@@ -34,0 +33,0 @@ },

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