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

blockly-proceds

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockly-proceds - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "blockly-proceds",
"version": "1.0.7",
"version": "1.0.8",
"description": "A Blockly plugin.",

@@ -5,0 +5,0 @@ "scripts": {

declare module 'blockly-proceds' {
export function ProcedsBlocklyInit(blockly: any): void;
export function setDefaultLocale(): void;
export function procedsBlocklyInit(Blockly: any): void;
export function setDefaultLocale(Blockly: any): void;
}
import 'blockly/blocks';
import { makeProcedureInit, makeProcedureCustomMenu, makeProcedureDomToMutation, disableContextMenuOptions } from './procedures';
export const ProcedsBlocklyInit = (Blockly) => {
export const procedsBlocklyInit = (Blockly) => {

@@ -48,3 +48,3 @@ Blockly.Blocks['procedures_defnoreturn'] = {

export const setDefaultLocale = () => {
export const setDefaultLocale = (Blockly) => {
Blockly.Msg.PROCEDURES_DEFNORETURN_COMMENT = 'Describe el procedimiento...';

@@ -51,0 +51,0 @@ Blockly.Msg.PROCEDURES_DEFNORETURN_PROCEDURE = "Hacer algo";

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