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.41 to 0.1.42

1

addon/components/ember-blockly-preview.js

@@ -7,2 +7,3 @@ import Ember from 'ember';

block: null,
classNames: ['ember-blockly-container'],
workspace: '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>',

@@ -9,0 +10,0 @@ mediaFolder: "blockly-package/media/",

1

addon/components/ember-blockly.js

@@ -123,3 +123,2 @@ import Ember from 'ember';

let workspace = Blockly.inject(blocklyDiv, options);
workspace.traceOn(true); // Habilitar highlight

@@ -126,0 +125,0 @@ this.set('workspaceElement', workspace);

{
"name": "ember-blockly",
"version": "0.1.41",
"version": "0.1.42",
"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