Socket
Socket
Sign inDemoInstall

hashly

Package Overview
Dependencies
8
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

hashly.sublime-workspace

9

lib/hashly.js

@@ -192,2 +192,6 @@ "use strict";

if (!files) {
throw new Error("No files specified");
}
initOptions(options);

@@ -221,2 +225,7 @@

// Remove the manifest itself from the list of files to process
files = files.filter(function (f) {
return f != manifestPath;
});
// Generate the manifest data, which includes hashed file names and sizes,

@@ -223,0 +232,0 @@ // and copies the files

2

package.json
{
"name": "hashly",
"version": "0.1.6",
"version": "0.1.7",
"description": "Renames static files with a hashcode for cache busting",

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

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