ember-template-compiler
Advanced tools
Comparing version 1.6.0 to 1.7.0-beta.1
@@ -8,3 +8,3 @@ { | ||
"description": "An npm module for the ember-template-compiler.js file that ships with ember.js", | ||
"version": "1.6.0", | ||
"version": "1.7.0-beta.1", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
@@ -1,14 +0,5 @@ | ||
/*! | ||
* @overview Ember - JavaScript Application Framework | ||
* @copyright Copyright 2011-2014 Tilde Inc. and contributors | ||
* Portions Copyright 2006-2011 Strobe Inc. | ||
* Portions Copyright 2008-2011 Apple Inc. All rights reserved. | ||
* @license Licensed under MIT license | ||
* See https://raw.github.com/emberjs/ember.js/master/LICENSE | ||
* @version 1.6.0 | ||
*/ | ||
(function() { | ||
var Ember = { assert: function() {}, FEATURES: { isEnabled: function() {} } }; | ||
/* global Handlebars:true */ | ||
/** | ||
@@ -22,4 +13,4 @@ @module ember | ||
// ES6Todo: you'll need to import debugger once debugger is es6'd. | ||
if (typeof Ember.assert === 'undefined') { Ember.assert = function(){}; }; | ||
if (typeof Ember.FEATURES === 'undefined') { Ember.FEATURES = { isEnabled: function(){} }; }; | ||
if (typeof Ember.assert === 'undefined') { Ember.assert = function(){}; } | ||
if (typeof Ember.FEATURES === 'undefined') { Ember.FEATURES = { isEnabled: function(){} }; } | ||
@@ -121,3 +112,3 @@ var objectCreate = Object.create || function(parent) { | ||
EmberHandlebars.helper = function(name, value) { | ||
if (!View) { View = requireModule('ember-views/views/view')['View']; } // ES6TODO: stupid circular dep | ||
if (!View) { View = requireModule('ember-views/views/view')['default']; } // ES6TODO: stupid circular dep | ||
if (!Component) { Component = requireModule('ember-views/views/component')['default']; } // ES6TODO: stupid circular dep | ||
@@ -124,0 +115,0 @@ |
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
vue-template-compiler |
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
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
15173
275
2
1