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

broadway-handlebars

Package Overview
Dependencies
Maintainers
2
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.3.0 to 0.3.1

2

index.js

@@ -8,3 +8,3 @@ // var _ = {

// },
var _ = require('./lodash.custom.js');
var _ = require('lodash');
var handlebars = require('handlebars'); // parens will prevent browserify from packaging.

@@ -11,0 +11,0 @@ var defaultViewResolver = !process.browser ? require('./viewresolver') : null;

{
"name": "broadway-handlebars",
"version": "0.3.0",
"version": "0.3.1",
"main": "index",

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

"scripts": {
"test": "node tests/unit.js",
"postinstall": "lodash include=each,defaults,extend,clone,range,map exports=node && rm -rf node_modules/lodash-cli",
"preinstall": "npm install lodash-cli"
"test": "node tests/unit.js"
},

@@ -39,3 +37,4 @@ "dependencies": {

"findit": "0.1.2",
"async": "0.2.9"
"async": "0.2.9",
"lodash": "~2.2.0"
},

@@ -42,0 +41,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

var _ = require('./lodash.custom.js'),
var _ = require('lodash'),
findit = require('findit'),

@@ -3,0 +3,0 @@ path = require('path'),

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