ember-template-compiler
Advanced tools
Comparing version 1.2.0 to 1.3.0-beta.2
@@ -8,3 +8,3 @@ { | ||
"description": "An npm module for the ember-template-compiler.js file that ships with ember.js", | ||
"version": "1.2.0", | ||
"version": "1.3.0-beta.2", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
@@ -13,3 +13,3 @@ (function() { | ||
// Version: 1.2.0 | ||
// Version: 1.3.0-beta.2 | ||
@@ -130,3 +130,3 @@ (function() { | ||
return function(options) { | ||
Ember.assert("You can only pass attributes (such as name=value) not bare values to a helper for a View", arguments.length < 2); | ||
Ember.assert("You can only pass attributes (such as name=value) not bare values to a helper for a View found in '" + ViewClass.toString() + "'", arguments.length < 2); | ||
return Ember.Handlebars.helpers.view.call(this, ViewClass, options); | ||
@@ -204,3 +204,3 @@ }; | ||
// This can go away once the following is closed: | ||
// https://github.com/wycats/handlebars.js/issues/617 | ||
// https://github.com/wycats/handlebars.js/issues/634 | ||
@@ -328,2 +328,2 @@ var DOT_LOOKUP_REGEX = /helpers\.(.*?)\)/, | ||
exports.EmberHandlebars = Ember.Handlebars; | ||
})(); | ||
})(); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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
14627
273
2