Socket
Socket
Sign inDemoInstall

pretty-format

Package Overview
Dependencies
Maintainers
2
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-format - npm Package Compare versions

Comparing version 3.8.0 to 4.0.0

8

index.js

@@ -100,3 +100,3 @@ 'use strict';

body += edgeSpacing + prevIndent;
body += (min ? '' : ',') + edgeSpacing + prevIndent;
}

@@ -138,3 +138,3 @@

result += edgeSpacing + prevIndent;
result += (min ? '' : ',') + edgeSpacing + prevIndent;
}

@@ -174,3 +174,3 @@

result += edgeSpacing + prevIndent;
result += (min ? '' : ',') + edgeSpacing + prevIndent;
}

@@ -201,3 +201,3 @@

result += edgeSpacing + prevIndent;
result += (min ? '' : ',') + edgeSpacing + prevIndent;
}

@@ -204,0 +204,0 @@

{
"name": "pretty-format",
"version": "3.8.0",
"version": "4.0.0",
"description": "Stringify any JavaScript value.",

@@ -5,0 +5,0 @@ "license": "MIT",

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