Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
xml-beautifier
Advanced tools
Beautifies XML documents by putting each tag and text node on their own line and correctly indents everything
This module "beautifies" XML documents by putting each tag and text node on their own line and correctly indents everything.
Can be used e.g. if you're using React as a static page generator and (for some reason) need the generated HTML to be more human-readable.
$ npm install --save xml-beautifier
import beautify from 'xml-beautifier';
const xml = beautify('<div><span>foo</span></div>');
console.log(xml); // => will output correctly indented elements
MIT © Jonathan Svenheden
FAQs
Beautifies XML documents by putting each tag and text node on their own line and correctly indents everything
The npm package xml-beautifier receives a total of 6,257 weekly downloads. As such, xml-beautifier popularity was classified as popular.
We found that xml-beautifier 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.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.