
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
jsreport-html-to-xlsx
Advanced tools
jsreport recipe capable of converting html into excel
See https://jsreport.net/learn/html-to-xlsx
npm install jsreport-html-to-xlsx
To use recipe
in for template rendering set template.recipe=html-to-xlsx
in the rendering request.
{
template: { content: '...', recipe: 'html-to-xlsx', enginne: '...' }
}
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-html-to-xlsx')())
FAQs
jsreport recipe capable of converting html into excel
The npm package jsreport-html-to-xlsx receives a total of 655 weekly downloads. As such, jsreport-html-to-xlsx popularity was classified as not popular.
We found that jsreport-html-to-xlsx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.