Socket
Socket
Sign inDemoInstall

hashly

Package Overview
Dependencies
9
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

3

lib/hash-pattern.js

@@ -5,3 +5,4 @@ "use strict";

var _hashedFileRegex = (/.*\-hc[^\.].*/i);
// We use MD5 hashcodes which are length 32 string containing only hexadecimal chars.
var _hashedFileRegex = (/.*\-hc[a-f0-9]{32}.*/i);

@@ -8,0 +9,0 @@ // Determines if a filename is a hashed (generated) path, or an original path

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

{
"name": "hashly",
"version": "0.4.1",
"version": "0.4.2",
"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