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

cachebust

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cachebust - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

test/fixtures/elements/elements.html

2

lib/cachebust.js

@@ -57,3 +57,3 @@ /*

var protocolRegEx = /^(http(s)?)|\/\//, elements = $('script[src], link[rel=stylesheet][href]');
var protocolRegEx = /^(http(s)?)|\/\//, elements = $('script[src], link[rel=stylesheet][href], link[rel=import][href]');

@@ -60,0 +60,0 @@ for (var i = 0, len = elements.length; i < len; i++) {

{
"name": "cachebust",
"version": "2.2.0",
"version": "2.3.0",
"main": "lib/cachebust.js",

@@ -5,0 +5,0 @@ "description": "Append a query string to your assets to bust that cache!",

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