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

@sparkbox/cachebust

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sparkbox/cachebust - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

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

if (sourceFiles.length < 1) {
console.log('Please specify valid source files.', );
console.log('Please specify valid source files.');
errors = true;

@@ -63,0 +63,0 @@ }

{
"name": "@sparkbox/cachebust",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple cache buster",

@@ -5,0 +5,0 @@ "bin": {

@@ -35,7 +35,7 @@ # cachebust

"cachebust": {
"target": [
"source": [
"path/to/source/css/style.css",
"path/to/source/js/script.js"
],
"source": [
"target": [
"path/to/target/template.html"

@@ -55,7 +55,7 @@ ]

"cachebust": {
"target": [
"source": [
"path/to/source/css/style.css",
"path/to/source/js/script.js"
],
"source": [
"target": [
"path/to/target/template.html"

@@ -62,0 +62,0 @@ ]

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