Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sweet-data

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sweet-data - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

9

package.json
{
"name": "sweet-data",
"version": "0.0.5",
"author": "Vadim Kiryukhin <vkiryukhin@gmail.com>",
"description": "plugin to pretty-print or minify XML, JSON, CSS and SQL files, fork of pretty-data by Vadim Kiryukhin <vkiryukhin@gmail.com>",
"version": "0.0.6",
"author": "Brian Gerhards",
"description": "plugin to pretty-print or minify XML, JSON, CSS and SQL files",
"contributors": [
{
"name": "Brian",
"email": "vkiryukhin@gmail.com"
"name": "Brian"
} ,

@@ -11,0 +10,0 @@ {

@@ -7,4 +7,2 @@ # sweet-data - Nodejs plugin

**Version** - 0.0.1
**License:** Dual licensed under

@@ -35,2 +33,5 @@ the MIT and GPL licenses:

* `sd.setStep([indentationCount, indentationChar])` - update indentation character(s) and character count (per depth). `SPACE` or `TAB` will use respective characters. Any other character provided will be assumed as ' '. Default values are `SPACE` and 2
**PARAMETERS:**

@@ -45,3 +46,9 @@

`@indentationCount` - Numeric (optional, used to set number of indentation (per level))
`@indentationChar` - String (optional, indentation character. `SPACE` or `TAB`* will use
respective characters, other values will assume a single space (` `))
*`TAB` may not be visible in your editor within the web browser.
**USAGE:**

@@ -48,0 +55,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc