Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
sweet-data
Advanced tools
plugin to pretty-print or minify XML, JSON, CSS and SQL files, fork of pretty-data by Vadim Kiryukhin <vkiryukhin@gmail.com>
** Fork of pretty-data **
nodejs plugin to pretty-print or minify text in XML, JSON, CSS and SQL formats.
Version - 0.0.1
License: Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
##Description
sd.xml(data)
- pretty print XML;
sd.json(data)
- pretty print JSON;
sd.css(data)
- pretty print CSS;
sd.sql(data)
- pretty print SQL;
sd.xmlmin(data [, preserveComments])
- minify XML;
sd.jsonmin(data)
- minify JSON text;
sd.cssmin(data [, preserveComments] )
- minify CSS text;
sd.sqlmin(data)
- minify SQL text;
PARAMETERS:
@data
- String; XML, JSON, CSS or SQL text to beautify;
@preserveComments
- Bool (optional, used in npp.minxml and npp.mincss only);
Set this flag to true to prevent removing comments from @data;
@Return
- String;
USAGE:
var sd = require('sweet-data');
var xml_pp = sd.xml(data);
var xml_min = sd.xmlmin(data [,true]);
var json_pp = sd.json(data);
var json_min = sd.jsonmin(data);
var css_pp = sd.css(data);
var css_min = sd.cssmin(data [, true]);
var sql_pp = sd.sql(data);
var sql_min = sd.sqlmin(data);
FAQs
plugin to pretty-print or minify XML, JSON, CSS and SQL files
The npm package sweet-data receives a total of 100 weekly downloads. As such, sweet-data popularity was classified as not popular.
We found that sweet-data 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.