Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

browser-refresh-taglib

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-refresh-taglib

Taglib to enable browser page refresh in response to file modifications on the server

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
438
increased by57.55%
Maintainers
4
Weekly downloads
 
Created
Source

browser-refresh-taglib

Taglib to enable browser page refresh in response to file modifications on the server and when the processed was using the browser-refresh process launcher.

Installation

npm install browser-refresh-taglib --save

Usage

<!doctype html>
<html lang="en">
    <head>
        ...
    </head>
    <body>
        ...
        
        <browser-refresh enabled="true"/>
    </body>
</html>

If the process has been launched using browser-refresh then the output of the tag will be similar to the following:

<script src="http://localhost:51066/browser-refresh.js"></script>

If the process was not launched using browser-refresh then the tag will not produce any output. That is, it is safe for the tag to be used in production.

Maintainers

Contribute

Pull requests, bug reports and feature requests welcome.

License

ISC

Keywords

FAQs

Package last updated on 28 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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