ember-blockly
Advanced tools
Comparing version 0.1.46 to 0.1.47
@@ -98,6 +98,4 @@ import Ember from 'ember'; | ||
let toolbox = this.createToolbox(this.get("current_blocks")); | ||
let options = { | ||
toolbox: toolbox, | ||
toolbox: this.createToolbox(this.get("current_blocks")), | ||
trashcan: this.get("withTrash"), | ||
@@ -297,4 +295,7 @@ | ||
if (bloque['category']) { | ||
if (bloque.isSeparator) { | ||
toolbox.push('<sep></sep>'); | ||
} else if (bloque['category']) { | ||
if (bloque['custom']) { | ||
@@ -301,0 +302,0 @@ toolbox.push(`<category name="${bloque.category}" custom="${bloque.custom}">`); |
{ | ||
"name": "ember-blockly", | ||
"version": "0.1.46", | ||
"version": "0.1.47", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
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
977658
6314
0