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

ember-blockly

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-blockly - npm Package Compare versions

Comparing version 0.1.46 to 0.1.47

9

addon/components/ember-blockly.js

@@ -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": {

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