Socket
Socket
Sign inDemoInstall

@dumlj/crx-live-reload-webpack-plugin

Package Overview
Dependencies
517
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.23-alpha.1707248747.0 to 2.5.23-alpha.1707282212.0

3

__example__/static-serve.js

@@ -0,1 +1,3 @@

/* eslint import/no-extraneous-dependencies: "off" */
const path = require('path')

@@ -18,2 +20,3 @@ const express = require('express')

app.use(express.static(path.join(__dirname, 'build')))
// eslint-disable-next-line no-console
app.listen(port, () => console.log(`Example app listening on port ${port}`))

6

package.json
{
"name": "@dumlj/crx-live-reload-webpack-plugin",
"version": "2.5.23-alpha.1707248747.0+450af64",
"version": "2.5.23-alpha.1707282212.0+a85496b",
"description": "Livereload over SSE for develop Chrome Extension.",

@@ -14,3 +14,3 @@ "repository": {

"dependencies": {
"@dumlj/seed-webpack-plugin": "^2.5.23-alpha.1707248747.0+450af64",
"@dumlj/seed-webpack-plugin": "^2.5.23-alpha.1707282212.0+a85496b",
"chrome": "^0.1.0",

@@ -33,3 +33,3 @@ "tslib": "^2.5.0"

},
"gitHead": "450af64d7f069d6b3d021a85c605debdea05d681"
"gitHead": "a85496b71b47e3d2013d0fc005cfe20821f29fcf"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc