
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
hexo-tag-uml
Advanced tools
Render UML sequence diagram in your blog powered by Jumly.

A Chinese version of document can be found here.
npm install hexo-tag-uml --save
hexo uml install
This command will copy necessary scripts and style sheets to proper location.
Add the following line into a proper location of .ejs file:
<%- partial('jumly') %>
A proper place is usually in the <head> section. But always make sure that there are no other reference to jQuery otherwise it will cause conflicts.
Special note for hexo's landscape theme:
You should add the above line in
_partial\after-footer.ejs.
And remove the original jQuery reference.
_config.yml:plugins:
- hexo-tag-uml
Syntax:
{% uml [diagram_type] %}
{% enduml %}
Valid diagram_type values are:
If user does not specify one, sequence will be used as default.
{% uml %}
@found "You", ->
@message "Think", ->
@message "Write your idea", "JUMLY", ->
@create "Diagram"
jumly.css "background-color":"#8CC84B"
{% enduml %}
For more information on how to write jumly syntax, visit Jumly.
FAQs
Render UML sequence diagram in your blog
We found that hexo-tag-uml demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.