🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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
3.0.3

LICENSE.md

3

CHANGELOG.md
# Changelog
## 3.0.2
* The `version` option now handles non-strings correctly (thanks @outpunk, https://github.com/Dragory/gulp-hash/pull/9)
## 3.0.0

@@ -4,0 +7,0 @@ This is a **major** release and includes breaking changes.

3

package.json
{
"name": "gulp-hash",
"version": "3.0.2",
"version": "3.0.3",
"description": "Cachebust your assets by adding a hash to the filename",
"license": "MIT",
"keywords": [

@@ -6,0 +7,0 @@ "cache",

@@ -11,4 +11,2 @@ # gulp-hash [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

// ...
gulp.src('./js/**/*.js')

@@ -23,2 +21,5 @@ .pipe(hash()) // Add hashes to the files' names

## Streaming
The plugin has full streaming support. If you encounter any problems, please open an issue on GitHub and I'll look into it!
## API

@@ -25,0 +26,0 @@ ### hash(options)