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

@blockly/block-dynamic-connection

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockly/block-dynamic-connection - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

./dist/index.js

8

package.json
{
"name": "@blockly/block-dynamic-connection",
"version": "0.2.7",
"version": "0.2.8",
"description": "A group of blocks that add connections dynamically.",

@@ -43,4 +43,4 @@ "scripts": {

"devDependencies": {
"@blockly/dev-scripts": "^1.2.29",
"@blockly/dev-tools": "^5.1.0",
"@blockly/dev-scripts": "^1.2.30",
"@blockly/dev-tools": "^5.1.1",
"blockly": "^9.2.1",

@@ -63,3 +63,3 @@ "chai": "^4.2.0",

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

@@ -49,3 +49,3 @@ /**

* Create XML to represent if/elseif/else inputs.
* @return {!Element} XML storage element.
* @returns {!Element} XML storage element.
* @this {Blockly.Block}

@@ -142,3 +142,3 @@ */

* @param {!Blockly.Connection} connection A connection on this block.
* @return {?number} The index of the connection in the this.inputList.
* @returns {?number} The index of the connection in the this.inputList.
*/

@@ -145,0 +145,0 @@ findInputIndexForConnection: function(connection) {

@@ -43,3 +43,3 @@ /**

* Create XML to represent number of text inputs.
* @return {!Element} XML storage element.
* @returns {!Element} XML storage element.
* @this {Blockly.Block}

@@ -105,3 +105,3 @@ */

* pending connection.
* @return {number} The index before which to insert a new input,
* @returns {number} The index before which to insert a new input,
* or null if no input should be added.

@@ -108,0 +108,0 @@ */

@@ -43,3 +43,3 @@ /**

* Create XML to represent number of text inputs.
* @return {!Element} XML storage element.
* @returns {!Element} XML storage element.
* @this {Blockly.Block}

@@ -105,3 +105,3 @@ */

* pending connection.
* @return {number} The index before which to insert a new input,
* @returns {number} The index before which to insert a new input,
* or null if no input should be added.

@@ -108,0 +108,0 @@ */

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