Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-cortex-handlebars-compiler

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-cortex-handlebars-compiler - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

16

index.js

@@ -24,3 +24,11 @@ 'use strict';

this.ext = options.ext || '.js';
this.root = options.root || '../../../';
// ```
// root/
// |-- <name>
// |-- <version>
// |-- template
// |-- index.html
// ```
this.root = options.root || '../../';
this.jsons = {};

@@ -60,2 +68,6 @@ }

var dirname = node_path.dirname(path);
var relative = node_path.relative(dirname, this.cwd);
var root = node_path.join(this.root, relative);
var c = compiler({

@@ -65,3 +77,3 @@ pkg: pkg,

ext: this.ext,
root: this.root
root: root
});

@@ -68,0 +80,0 @@

2

package.json
{
"name": "gulp-cortex-handlebars-compiler",
"version": "0.1.2",
"version": "0.2.0",
"description": "Gulp task builder for cortex-handlebars-compiler",

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

'use strict';
var expect = require('chai').expect;
var gulp_cortex_handlebars_compiler = require('../');
var compiler = require('../');
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc