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

logd-console-output

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logd-console-output - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "logd-console-output",
"version": "1.0.5",
"version": "1.0.6",
"description": "console output for logd",

@@ -5,0 +5,0 @@ "main": "index.js",

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

label,
optios,
options,
}) {

@@ -35,3 +35,3 @@ context.renderDecoration({label, decoration: `[Array] (${value.length}): [`});

value, decoration: `${index}`,
optios,
options,
});

@@ -38,0 +38,0 @@ });

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

decoration,
optios,
options,
}) {

@@ -37,3 +37,3 @@ context.renderDecoration({label, decoration: `${decoration ? decoration+' ' : ''}[Map] (${value.size}): {`});

label: key,
optios,
options,
});

@@ -40,0 +40,0 @@ }

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

decoration,
optios,
options,
}) {

@@ -38,3 +38,3 @@ const keys = Object.keys(value);

label: key,
optios,
options,
});

@@ -41,0 +41,0 @@ });

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

label,
optios,
options,
}) {

@@ -38,3 +38,3 @@ context.renderDecoration({label, decoration: `[Set] (${value.size}): [`});

decoration: `${index}`,
optios,
options,
});

@@ -41,0 +41,0 @@ index++;

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