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

hot-reload-extension-vite

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hot-reload-extension-vite - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

3

dist/scripts/background-reload.js

@@ -9,2 +9,5 @@ "use strict";

var socket = new WebSocket(`ws://localhost:${HOT_RELOAD_EXTENSION_VITE_PORT}`);
var keepAlive = () => setInterval(chrome.runtime.getPlatformInfo, 2e4);
chrome.runtime.onStartup.addListener(keepAlive);
keepAlive();
chrome.runtime.onInstalled.addListener((details) => {

@@ -11,0 +14,0 @@ if (details.reason === chrome.runtime.OnInstalledReason.UPDATE) {

2

package.json
{
"name": "hot-reload-extension-vite",
"version": "1.0.12",
"version": "1.0.13",
"description": "Simple vite plugin to reload the chrome extension.",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

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