broadway-handlebars
Advanced tools
Comparing version 0.1.11 to 0.1.12
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": "*", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
5
6
0
9716
263
4
- Removedhandlebars-browserify@*
- Removedhandlebars-browserify@0.0.0(transitive)
- Removeduglify-js@1.2.6(transitive)