🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

gulp-hash

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-hash - npm Package Compare versions

Comparing version

to
4.1.1

6

index.js

@@ -71,3 +71,3 @@ var crypto = require('crypto'),

var space = null;
var append = false;
var append = true;
var sourceDir = __dirname;

@@ -150,2 +150,6 @@ var deleteOld = false;

exportObj.resetManifestCache = function() {
origManifestContents = {};
};
module.exports = exportObj;

5

package.json
{
"name": "gulp-hash",
"version": "4.1.0",
"version": "4.1.1",
"description": "Cachebust your assets by adding a hash to the filename",

@@ -31,2 +31,5 @@ "license": "MIT",

"name": "https://github.com/outpunk"
},
{
"name": "https://github.com/MEGApixel23"
}

@@ -33,0 +36,0 @@ ],