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

cedar

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cedar - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

8

lib/console.js

@@ -50,3 +50,3 @@ var fs = require('fs');

var length = getColorlessLength(text);
var pad = Array(Math.max(50 - length, 1)).join(' ');
var pad = Array(Math.max(50 - length, 2)).join(' ');
return text + pad + grey + name + color;

@@ -181,3 +181,3 @@ });

}
if (length + space > 60) {
if (length + indent.length > 60) {
data = '\n' + indent + parts.join(grey + ',\n' + bash + indent) + '\n' + space;

@@ -193,6 +193,6 @@ }

if (isArray) {
data = '[' + data + ']';
data = bash + '[' + data + ']';
}
else {
data = '{' + data + '}';
data = bash + '{' + data + '}';
}

@@ -199,0 +199,0 @@ }

@@ -15,3 +15,3 @@ {

],
"version": "0.0.14",
"version": "0.0.15",
"main": "cedar.js",

@@ -18,0 +18,0 @@ "homepage": "http://github.com/zerious/cedar",

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