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

blockly-proceds

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockly-proceds

A Blockly plugin.

  • 1.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
467
increased by46600%
Maintainers
1
Weekly downloads
 
Created
Source

blockly-my-plugin Built on Blockly

A Blockly plugin that ...

Installation

Yarn

yarn add blockly-my-plugin

npm

npm install blockly-my-plugin --save

Usage

import * as Blockly from 'blockly';
import {Plugin} from 'blockly-my-plugin';

// Inject Blockly.
const workspace = Blockly.inject('blocklyDiv', {
  toolbox: toolboxCategories,
});

// Initialize plugin.
const plugin = new Plugin(workspace);
plugin.init();

API

License

Apache 2.0

Keywords

FAQs

Package last updated on 26 Nov 2024

Did you know?

Socket

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.

Install

Related posts

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