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

broadway-handlebars

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broadway-handlebars - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

7

index.js
var _ = require('lodash'),
handlebars = require('tommydudebreaux-handlebars'),
handlebars = (require('tommydudebreaux-handlebars')), // parens will prevent browserify from packaging.
defaultViewResolver = require('./viewresolver');
// for browserify, if not defined, then we are in browserify and we need to load the client one.
if (!handlebars) {
handlebars = require('handlebars-browserify');
}
var bwHandlebars = function() { };

@@ -6,0 +11,0 @@

3

package.json
{
"name": "broadway-handlebars",
"version": "0.1.8",
"version": "0.1.9",
"main": "index",

@@ -36,2 +36,3 @@ "description": "Plugin for flatiron/broadway for rendering with the handlebars view engine.",

"tommydudebreaux-handlebars": "*",
"handlebars-browserify": "*",
"broadway": "*",

@@ -38,0 +39,0 @@ "findit": "*",

@@ -33,4 +33,5 @@ var http = require('http'),

app.templates(function(err, dict) {
console.log("Templates");
console.log(dict);
tests.splice(1,1);
tests.splice(0,1);
});

@@ -37,0 +38,0 @@

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