New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

console-grid

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-grid - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

4

lib/index.js

@@ -28,2 +28,3 @@ const Style = require("./style.js");

silent: false,
hideHeaders: false,

@@ -559,2 +560,5 @@

this.renderLines.push(line);
if (this.option.silent) {
return;
}
console.log(line);

@@ -561,0 +565,0 @@ }

2

package.json
{
"name": "console-grid",
"version": "1.0.12",
"version": "1.0.13",
"description": "console log a grid",

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

@@ -112,2 +112,3 @@ # console-grid

silent: false,
hideHeaders: false,

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