Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
blockly-proceds
Advanced tools
¡Hola! :vulcan_salute: Este es un proyecto relacionado a Pilas Bloques :heart:. En el repositorio de ese proyecto encontrarás las guías sobre cómo contribuir y el código de conducta, que son guías que aplican también a este proyecto.
Hi! :vulcan_salute: This is a project related to Pilas Bloques :heart:. In that project's repository you'll find the contribution guidelines and the code of conduct which also apply to this project.
This Blockly plugin installs new custom procedures for blockly, with custom modifications:
variables_get
) are associated with the procedure. All this blocks now have a $parent
field with the id of the procedure where they belong. For this to work, you must save this $parent
in the mutation of variables_get
.If you desire to use a different language than Spanish, you can define your own translations for the needed blocks using Blockly.Msg
, for example:
Blockly.Msg.PROCEDURES_DEFNORETURN_COMMENT = 'your translation';
Then proceed to call procedsBlocklyInit()
to load these new translations. Otherwise, you can use the default language by calling setDefacultLocale()
:
FAQs
A Blockly plugin.
The npm package blockly-proceds receives a total of 43 weekly downloads. As such, blockly-proceds popularity was classified as not popular.
We found that blockly-proceds 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.