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

gconsole

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gconsole - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "gconsole",
"version": "1.0.0",
"version": "1.0.1",
"description": "console.log with counter",

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

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

# sloger
# gconsole

@@ -7,3 +7,3 @@ Обертка console.log для группировки логов и их подцветки

`npm install sloger`
`npm install gconsole`

@@ -13,13 +13,13 @@ # Методы

```js
var sloger = require("sloger");
var gсonsole = require("gconsole");
sloger.log("log");
sloger.log("log");
gсonsole.log("log");
gсonsole.log("log");
sloger.error("error");
gсonsole.error("error");
sloger.add("vk", " VK ");
sloger.vk("<<VK>>");
sloger.vk("<<VK>>");
sloger.vk("<<VK>>");
gсonsole.add("vk", " VK ");
gсonsole.vk("<<VK>>");
gсonsole.vk("<<VK>>");
gсonsole.vk("<<VK>>");

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