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

@easy-webpack/config-electron-renderer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easy-webpack/config-electron-renderer - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

dist/index.js

@@ -12,6 +12,6 @@ "use strict";

entry: this.metadata.HMR ? [
("webpack-hot-middleware/client?path=http://" + this.metadata.WEBPACK_HOST + ":" + this.metadata.WEBPACK_PORT + "/__webpack_hmr&reload=true")
("webpack-hot-middleware/client?path=http://" + this.metadata.host + ":" + this.metadata.port + "/__webpack_hmr&reload=true")
].concat(this.entry) : this.entry,
output: {
publicPath: "http://" + this.metadata.WEBPACK_HOST + ":" + this.metadata.WEBPACK_PORT + "/dist/"
publicPath: "http://" + this.metadata.host + ":" + this.metadata.port + "/"
},

@@ -18,0 +18,0 @@ plugins: (this.metadata.HMR ? [new webpack.HotModuleReplacementPlugin()] : [])

@@ -55,3 +55,3 @@ {

},
"version": "1.3.0"
"version": "1.3.1"
}

@@ -17,7 +17,7 @@ import {WebpackConfig, get} from '@easy-webpack/core'

entry: this.metadata.HMR ? [
`webpack-hot-middleware/client?path=http://${this.metadata.WEBPACK_HOST}:${this.metadata.WEBPACK_PORT}/__webpack_hmr&reload=true`
`webpack-hot-middleware/client?path=http://${this.metadata.host}:${this.metadata.port}/__webpack_hmr&reload=true`
].concat(this.entry as Array<string>) : this.entry,
output: {
publicPath: `http://${this.metadata.WEBPACK_HOST}:${this.metadata.WEBPACK_PORT}/dist/`
publicPath: `http://${this.metadata.host}:${this.metadata.port}/`
},

@@ -24,0 +24,0 @@

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