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

grunt-reloadlet

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-reloadlet - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

bookmarklet.js

@@ -38,4 +38,6 @@ javascript: (function() {

function reload(asset) {
$("link[href='" + asset + "']").remove();
$('head').append('<link rel="stylesheet" type="text/css" href="' + asset + '">');
var link = $("link[href*='" + asset + "']");
if (link.length > 0) {
link[0].href = asset + "?page=" + (new Date().getMilliseconds());
}
}

@@ -42,0 +44,0 @@

{
"name": "grunt-reloadlet",
"description": "simple live reloader",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/mosborn/grunt-reloadlet",

@@ -6,0 +6,0 @@ "author": {

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