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

.npmignore

17

package.json
{
"name": "gulp-template-html",
"version": "0.0.2",
"description": "",
"version": "0.1.0",
"description": "Generate static HTML files from templates and content files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test.js"
},

@@ -14,3 +14,3 @@ "repository": {

"author": "Geraint White <mail@geraintwhite.co.uk>",
"license": "MIT#",
"license": "MIT",
"bugs": {

@@ -21,9 +21,10 @@ "url": "https://github.com/grit96/gulp-template-html/issues"

"dependencies": {
"through2": "~2.0.0",
"template-html": "0.0.1",
"gulp-util": "~3.0.6"
"through2": "~2.0.1",
"template-html": "0.1.0",
"gulp-util": "~3.0.7"
},
"devDependencies": {
"gulp": "~3.9.0"
"gulp": "~3.9.1",
"tape": "^4.5.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet