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

@blockly/block-test

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockly/block-test - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

./dist/index.js

6

package.json
{
"name": "@blockly/block-test",
"version": "3.0.4",
"version": "3.0.5",
"description": "A group of Blockly test blocks.",

@@ -42,3 +42,3 @@ "scripts": {

"devDependencies": {
"@blockly/dev-scripts": "^1.2.29",
"@blockly/dev-scripts": "^1.2.30",
"blockly": "^9.2.0"

@@ -59,3 +59,3 @@ },

},
"gitHead": "fbbbf52e021feb1631408c74a48131cf384610ca"
"gitHead": "89d5cbb0751f2c512b6b99a42304e6f8e2a4b7e2"
}

@@ -459,3 +459,3 @@ /**

* Create XML to represent the block mutation.
* @return {Element} XML storage element.
* @returns {Element} XML storage element.
* @this {Blockly.Block}

@@ -475,3 +475,3 @@ */

* Returns the state of the block as a JSON serializable object.
* @return {!Object} The state of the block as a JSON serializable object.
* @returns {!Object} The state of the block as a JSON serializable object.
*/

@@ -489,3 +489,3 @@ saveExtraState: function() {

* @param {!Blockly.Workspace} workspace Mutator's workspace.
* @return {!Blockly.Block} Root block in mutator.
* @returns {!Blockly.Block} Root block in mutator.
* @this {Blockly.Block}

@@ -492,0 +492,0 @@ */

@@ -54,3 +54,3 @@ /**

* Create XML to represent the block mutation.
* @return {Element} XML storage element.
* @returns {Element} XML storage element.
* @this {Blockly.Block}

@@ -74,3 +74,3 @@ */

* Returns the state of this block as a json serializable object.
* @return {{colour: string}} The state of this block.
* @returns {{colour: string}} The state of this block.
* @this {Blockly.Block}

@@ -93,3 +93,3 @@ */

* @param {!Blockly.Workspace} workspace Mutator's workspace.
* @return {!Blockly.Block} Root block in mutator.
* @returns {!Blockly.Block} Root block in mutator.
* @this {Blockly.Block}

@@ -159,3 +159,3 @@ */

* Create XML to represent the block mutation.
* @return {Element} XML storage element.
* @returns {Element} XML storage element.
* @this {Blockly.Block}

@@ -179,3 +179,3 @@ */

* Returns the state of this block as a JSON serializable object.
* @return {{colour: string}} The state of this block.
* @returns {{colour: string}} The state of this block.
*/

@@ -197,3 +197,3 @@ saveExtraState: function() {

* @param {!Blockly.Workspace} workspace Mutator's workspace.
* @return {!Blockly.Block} Root block in mutator.
* @returns {!Blockly.Block} Root block in mutator.
* @this {Blockly.Block}

@@ -200,0 +200,0 @@ */

@@ -33,3 +33,3 @@ /**

* @param {*} options Options for creating the field.
* @return {!NoOverridesField} The field that was created.
* @returns {!NoOverridesField} The field that was created.
*/

@@ -64,3 +64,3 @@ NoOverridesField.fromJson = function(options) {

* @param {!Element} element The element to add the state to.
* @return {!Element} The element with the state added.
* @returns {!Element} The element with the state added.
*/

@@ -84,3 +84,3 @@ toXml(element) {

* @param {*} options Options for creating the field.
* @return {!XmlField} The field that was created.
* @returns {!XmlField} The field that was created.
*/

@@ -114,3 +114,3 @@ XmlField.fromJson = function(options) {

* Saves the state of the field as a JSON serializable value.
* @return {*} The state of the field.
* @returns {*} The state of the field.
*/

@@ -135,3 +135,3 @@ saveState() {

* @param {*} options Options for creating the field.
* @return {!JsoField} The field that was created.
* @returns {!JsoField} The field that was created.
*/

@@ -166,3 +166,3 @@ JsoField.fromJson = function(options) {

* @param {!Element} element The element to add the state to.
* @return {!Element} The element with the state added.
* @returns {!Element} The element with the state added.
*/

@@ -184,3 +184,3 @@ toXml(element) {

* Saves the state of the field as a JSON serializable value.
* @return {*} The state of the field.
* @returns {*} The state of the field.
*/

@@ -205,3 +205,3 @@ saveState() {

* @param {*} options Options for creating the field.
* @return {!BothField} The field that was created.
* @returns {!BothField} The field that was created.
*/

@@ -208,0 +208,0 @@ BothField.fromJson = function(options) {

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