
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.