
Product
Introducing Module Reachability: Focus on the Vulnerabilities That Matter
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
@blockly/toolbox-search
Advanced tools
A Blockly plugin that adds a toolbox category that allows searching for blocks.
A Blockly plugin that adds a toolbox category for searching blocks. The category displays a search field in the toolbox, and filters the available blocks as you type. The Blockly docs have more information about toolbox definitions and categories.
yarn add @blockly/toolbox-search
npm install @blockly/toolbox-search --save
import * as Blockly from 'blockly';
import '@blockly/toolbox-search';
const toolboxCategories = {
'contents': [
/* Other toolbox categories with blocks go here */
{
'kind': 'search',
'name': 'Search',
'contents': [],
}
]
};
// Inject Blockly.
const workspace = Blockly.inject('blocklyDiv', {
toolbox: toolboxCategories,
});
Apache 2.0
FAQs
A Blockly plugin that adds a toolbox category that allows searching for blocks.
We found that @blockly/toolbox-search demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
Product
Socket is introducing a new way to organize repositories and apply repository-specific security policies.
Research
Security News
Socket researchers uncovered malicious npm and PyPI packages that steal crypto wallet credentials using Google Analytics and Telegram for exfiltration.