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

ember-blockly

Package Overview
Dependencies
Maintainers
2
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.43 to 0.1.44

12

addon/components/ember-blockly.js

@@ -49,2 +49,10 @@ import Ember from 'ember';

style: Ember.computed('showCode', function() {
if (this.get('showCode')) {
return Ember.String.htmlSafe("");
} else {
return Ember.String.htmlSafe("display: none;");
}
}),
observeContextMenu: Ember.observer('contextMenu', function() {

@@ -259,3 +267,3 @@

if (this.get('showCode')) {
//if (this.get('showCode')) {
try {

@@ -267,3 +275,3 @@ let code = Blockly.JavaScript.workspaceToCode(this.get('workspaceElement'));

}
}
//}
});

@@ -270,0 +278,0 @@ },

2

package.json
{
"name": "ember-blockly",
"version": "0.1.43",
"version": "0.1.44",
"description": "The default blueprint for ember-cli addons.",

@@ -5,0 +5,0 @@ "directories": {

Sorry, the diff of this file is not supported yet

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