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.11 to 0.1.12

9

index.js
var _ = require('lodash'),
handlebars = (require('tommydudebreaux-handlebars')), // parens will prevent browserify from packaging.
defaultViewResolver = require('./viewresolver');
handlebars = require('tommydudebreaux-handlebars'), // parens will prevent browserify from packaging.
defaultViewResolver = !process.browser ? require('./viewresolver') : null;
// 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() { };

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

{
"name": "broadway-handlebars",
"version": "0.1.11",
"version": "0.1.12",
"main": "index",

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

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

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

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