New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

obj-console

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

obj-console - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+5
-1
package.json
{
"name": "obj-console",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shows JS objects in terminal with custom format in VSCode colors",

@@ -23,2 +23,6 @@ "main": "dist/index.js",

],
"repository": {"type": "git", "url": "https://github.com/m-kant/obj-console"},
"bugs": {
"url": "https://github.com/m-kant/obj-console/issues"
},
"author": "mkant@list.ru",

@@ -25,0 +29,0 @@ "license": "ISC",

+3
-3

@@ -5,5 +5,5 @@ # obj-console

![columns-object](./docs/columns-object.png)
![columns-object](https://github.com/m-kant/obj-console/raw/main/docs/columns-object.png)
![unfold depth](./docs/unfold-depth.png)
![unfold depth](https://github.com/m-kant/obj-console/raw/main/docs/unfold-depth.png)

@@ -65,2 +65,2 @@ ## Usage

![brief](./docs/brief.png)
![brief](https://github.com/m-kant/obj-console/raw/main/docs/brief.png)