broadway-handlebars
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -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'), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 2 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
11326
4
10
292
+ Addedlodash@~2.2.0
+ Addedlodash@2.2.1(transitive)