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.3 to 0.0.4

2

package.json
{
"name": "sweet-data",
"version": "0.0.3",
"version": "0.0.4",
"author": "Vadim Kiryukhin <vkiryukhin@gmail.com>",

@@ -5,0 +5,0 @@ "description": "plugin to pretty-print or minify XML, JSON, CSS and SQL files, fork of pretty-data by Vadim Kiryukhin <vkiryukhin@gmail.com>",

@@ -9,4 +9,4 @@ function pp(steps = 2, stepChar = ' ') {

switch(stepChar){
case 'SPACE': this.stepChar = ' ';
case 'TAB': this.stepChar = ' ';
case 'SPACE': this.stepChar = ' '; break;
case 'TAB': this.stepChar = ' '; break;
default: this.stepChar = stepChar.length > 0 ? stepChar : ' ';

@@ -13,0 +13,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