Skip to content

luasenvy/nodeline

Repository files navigation

nodeline

It runs nodejs for each selections and append the results.

TL;DR

run

while (selections)  
  eval(selection)

Requirements

>= Node.js 20.10.0 LTS

Risks of eval()

IMPORTANT Node.js eval function can be dangerous. There Is No Limitation This Extension. use careful. ( like fs )

There are a variety of issues with the vulnerability, but the following documents provide a brief overview.