django-ember-precompile
Advanced tools
Comparing version 1.7.0 to 1.9.0
@@ -5,6 +5,6 @@ (function() { | ||
var compiler = require('ember-template-compiler'); | ||
var compiler = require('./ember-template-compiler'); | ||
var template = new Cli({args: process.argv}).parseCommandLineArgs(); | ||
var input = compiler.precompile(template['content']).toString(); | ||
var input = compiler.precompile(template['content'], false); | ||
var output = "Ember.TEMPLATES['" + template['name'] + "'] = Ember.Handlebars.template(" + input + ");"; | ||
@@ -11,0 +11,0 @@ |
@@ -8,3 +8,3 @@ { | ||
"description": "ember.js precompiler for projects that use the django compressor", | ||
"version": "1.7.0", | ||
"version": "1.9.0", | ||
"repository": { | ||
@@ -32,3 +32,2 @@ "type": "git", | ||
"dependencies": { | ||
"ember-template-compiler": "1.7.0", | ||
"jsdom": "0.11.1" | ||
@@ -35,0 +34,0 @@ }, |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
226391
1
12
6557
2
2
- Removedember-template-compiler@1.7.0
- Removedamdefine@1.0.1(transitive)
- Removedasync@0.2.10(transitive)
- Removedember-template-compiler@1.7.0(transitive)
- Removedhandlebars@1.3.0(transitive)
- Removedoptimist@0.3.7(transitive)
- Removedsource-map@0.1.43(transitive)
- Removeduglify-js@2.3.6(transitive)
- Removedwordwrap@0.0.3(transitive)