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.4 to 0.0.5

2

package.json
{
"name": "sweet-data",
"version": "0.0.4",
"version": "0.0.5",
"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>",

@@ -1,2 +0,4 @@

function pp(steps = 2, stepChar = ' ') {
function pp(steps, stepChar) {
steps = typeof steps !== 'undefined' ? steps : 2;
stepChar = typeof stepChar !== 'undefined' ? stepChar : ' ';
this.setStep(steps, stepChar);

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