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

gulp-template-html

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-template-html - npm Package Compare versions

Comparing version

to
0.2.0

2

index.js

@@ -19,3 +19,3 @@ var through = require('through2'),

if (file.isBuffer()) {
content = templator.processFile(file.path);
content = templator.processContent(file.contents.toString(enc));
file.contents = new Buffer(content, enc);

@@ -22,0 +22,0 @@ }

{
"name": "gulp-template-html",
"version": "0.1.0",
"version": "0.2.0",
"description": "Generate static HTML files from templates and content files",

@@ -5,0 +5,0 @@ "main": "index.js",

# gulp-template-html
[![NPM Version](https://img.shields.io/npm/v/gulp-template-html.svg)](https://www.npmjs.com/package/gulp-template-html)
[![Build Status](https://img.shields.io/travis/grit96/gulp-template-html.svg)](https://travis-ci.org/grit96/gulp-template-html)
[![Dependency Status](https://img.shields.io/david/grit96/gulp-template-html.svg)](https://david-dm.org/grit96/gulp-template-html)

@@ -5,0 +6,0 @@