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

ember-template-compiler

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-template-compiler - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0-beta.2

2

package.json

@@ -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;
})();
})();
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