Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

gulp-hogan

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-hogan - npm Package Compare versions

Comparing version
0.0.1
to
1.0.0
+0
-4
.travis.yml
language: node_js
node_js:
- 0.6
- 0.7
- 0.8
- 0.9
- 0.10

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

+6
-6
{
"name": "gulp-hogan",
"version": "0.0.1",
"version": "1.0.0",
"description": "gulp plugin to compile mustache templates",

@@ -26,10 +26,10 @@ "main": "index.js",

"dependencies": {
"gulp-util": "~2.2.5",
"event-stream": "~3.0.20",
"map-stream": "0.0.4",
"hogan.js": "~2.0.0"
"gulp-util": "^3.0.1",
"event-stream": "^3.1.7",
"map-stream": "^0.1.0",
"hogan.js": "^3.0.1"
},
"devDependencies": {
"mocha": "*"
"mocha": "*"
}
}

@@ -1,3 +0,3 @@

# gulp-hogan [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url]
> gulp plugin to convert XML to JSON.
# gulp-hogan [![Build status][travis-image]][travis-url]
> gulp plugin to compile hogan templates.

@@ -24,3 +24,3 @@ ## Usage

gulp.task('default', function(){
gulp.src('index.html')
gulp.src('template.hogan')
.pipe(hogan({handle: 'gnumanth'}))

@@ -33,5 +33,4 @@ .pipe(gulp.dest('dist'));

[travis-url]: http://travis-ci.org/hemanth/gulp-hogan
[travis-image]: https://secure.travis-ci.org/lazd/gulp-hogan.png?branch=master
[npm-url]: https://npmjs.org/package/gulp-hogan
[npm-image]: https://badge.fury.io/js/gulp-repl.png
[travis-image]: https://travis-ci.org/hemanth/gulp-hogan.svg

@@ -6,3 +6,3 @@ 'use strict';

it('should compile Markdown to HTML', function (cb) {
it('should compile hogan to js', function (cb) {
var stream = hogan({handle: 'gnumanth'});

@@ -9,0 +9,0 @@

Sorry, the diff of this file is not supported yet