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

handlebar-rider

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handlebar-rider - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

14

lib/handlebar-rider.js

@@ -9,2 +9,3 @@ // handlebar rider

, watch = require('watch')
, async = require('async')
;

@@ -141,3 +142,4 @@

var precompile = function(data) {
if( data == data || "" )
data = data || "";
if(data == "")
return "";

@@ -319,2 +321,5 @@ else

.default('r', false)
.alias('e','extensions')
.describe('e','Add more extensions to the defaults for templates that Handlebar-Rider will compile')
.default('e','["hb","hbs","handlebars","template","templates","tpl","item","part","prt","pt"]')
.argv

@@ -339,3 +344,3 @@

// export functions for module use
exports.configure = function(config){ rider = config; }
exports.configure = function(config){ __.extend(rider,config) }
exports.watch = function(){

@@ -356,5 +361,2 @@

})()
})()

@@ -5,3 +5,3 @@ {

"description" : "Compiles/watches a directory of handlebar templates files and precompiles into single js output file",
"version" : "0.1.12",
"version" : "0.1.13",

@@ -26,8 +26,11 @@ "repository" : {

"dependencies" : {
"handlebars" : ">= 1.x",
"uglify-js" : "1.1.1",
"optimist" : ">= 0.3.4",
"supercli" : "*"
"dependencies" : {
"handlebars" : ">= 1.x",
"uglify-js" : "1.1.1",
"optimist" : ">= 0.3.4",
"supercli" : "*",
"underscore" : "*",
"watch" : "*",
"async" : "*"
}
}
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