Socket
Socket
Sign inDemoInstall

cache-buster

Package Overview
Dependencies
4
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.6.0 to 5.7.0

2

bin/index.js

@@ -13,3 +13,3 @@ #!/usr/bin/env node

var buildNum = process.env.BUILD_NUMBER || Math.floor(new Date() / 1000) + '';
var html = fs.readFileSync(__dirname + '/index.html')
var html = fs.readFileSync(__dirname + '/index.html', 'utf-8')
.replace('{{index}}', commander.indexFileName)

@@ -16,0 +16,0 @@ .replace('{{build}}', buildNum);

{
"name": "cache-buster",
"version": "5.6.0",
"version": "5.7.0",
"description": "cache buster for static webapp",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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