Gathering detailed insights and metrics for @instant-ar/blockly-plugin-workspace-search-modified
Gathering detailed insights and metrics for @instant-ar/blockly-plugin-workspace-search-modified
Gathering detailed insights and metrics for @instant-ar/blockly-plugin-workspace-search-modified
Gathering detailed insights and metrics for @instant-ar/blockly-plugin-workspace-search-modified
Plugins, codelabs, and examples related to the Blockly library.
npm install @instant-ar/blockly-plugin-workspace-search-modified
Typescript
Module System
Min. Node Version
Node Version
NPM Version
@blockly/plugin-workspace-search@10.1.0
Updated on Jul 03, 2025
@blockly/plugin-cross-tab-copy-paste@8.0.0
Updated on Jul 03, 2025
@blockly/shadow-block-converter@7.0.2
Updated on Jul 03, 2025
@blockly/field-grid-dropdown@6.0.2
Updated on Jul 03, 2025
@blockly/field-colour@6.0.3
Updated on Jul 03, 2025
@blockly/field-colour-hsv-sliders@6.0.3
Updated on Jul 03, 2025
JavaScript (61.38%)
TypeScript (35.93%)
HTML (1.94%)
CSS (0.41%)
Dart (0.12%)
Hack (0.08%)
Lua (0.07%)
Python (0.05%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
905 Stars
2,188 Commits
653 Forks
24 Watchers
50 Branches
150 Contributors
Updated on Jul 11, 2025
Latest Version
5.0.24
Package Id
@instant-ar/blockly-plugin-workspace-search-modified@5.0.24
Unpacked Size
87.60 kB
Size
24.72 kB
File Count
9
NPM Version
8.1.0
Node Version
16.13.0
Published on
Feb 18, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
6
A Blockly plugin that adds workspace search support.
npm install @blockly/plugin-workspace-search --save
1import * as Blockly from 'blockly'; 2import { WorkspaceSearch } from '@blockly/plugin-workspace-search'; 3 4const workspace = Blockly.inject('blocklyDiv'); 5const workspaceSearch = new WorkspaceSearch(workspace); 6 7workspaceSearch.init();
1<script src="./node_modules/@blockly/plugin-workspace-search/dist/index.js"></script>
To open workspace search use either command + f or control + f. To close the search bar hit escape or the 'x' in the top right corner.
init
: Initializes the workspace search bar.dispose
: Disposes of workspace search.open
: Opens the search bar.close
: Closes the search bar.previous
: Selects the previous block.next
: Selects the next block.setSearchPlaceholder
: Sets the placeholder text for the search bar text input.addActionBtn
: Add a button to the action div. This must be called after the init function has been called.clearBlocks
: Clears the selection group and current block.searchAndHighlight
: Searches the workspace for the current search term and highlights matching blocks.Apache 2.0
No vulnerabilities found.
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
Found 22/29 approved changesets -- score normalized to 7
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
SAST tool is not run on all commits -- score normalized to 1
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
67 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More