🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

jsonc-cli

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

jsonc-cli - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+0
-1
cli.js

@@ -99,3 +99,2 @@ #!/usr/bin/env node

/** @type function(): Promise<string> */

@@ -102,0 +101,0 @@ function stdin() {

+5
-3
{
"name": "jsonc-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "Read and modify JSONC documents. A CLI front-end for the jsonc-parser npm package",

@@ -18,5 +18,7 @@ "main": "cli.js",

"jsonc",
"cli"
"cli",
"jq",
"json"
],
"author": "Ricsam<oss@ricsam.dev>",
"author": "Richie<oss@ricsam.dev>",
"repository": {

@@ -23,0 +25,0 @@ "type": "git",

@@ -5,2 +5,6 @@ # jsonc-cli

[![npm](https://img.shields.io/npm/v/jsonc-cli)](https://www.npmjs.com/package/jsonc-cli)
[![npm](https://img.shields.io/npm/dw/jsonc-cli?label=npm%20downloads)](https://www.npmjs.com/package/jsonc-cli)
[![GitHub Repo stars](https://img.shields.io/github/stars/ricsam/jsonc-cli?style=social)](https://github.com/ricsam/jsonc-cli)
## Installation

@@ -7,0 +11,0 @@ ```bash