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

jason-formatter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jason-formatter - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.github/workflows/eslint.yml

6

package.json
{
"name": "jason-formatter",
"version": "1.2.0",
"version": "1.2.1",
"description": "A Command Line tool to format JSON",

@@ -10,2 +10,6 @@ "main": "src/index.js",

},
"scripts": {
"format": "npx prettier --write '**/**/*.js'",
"lint": "npx eslint . --ext .js"
},
"bin": {

@@ -12,0 +16,0 @@ "jason": "./bin/jason"

# Jason
[![GitMoji](https://img.shields.io/badge/Gitmoji-%F0%9F%8E%A8%20-FFDD67.svg)](https://gitmoji.dev)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![Lines Of Code](https://img.shields.io/tokei/lines/github.com/UltiRequiem/jason-formatter?color=blue&label=Total%20Lines)
![CodeQL](https://github.com/UltiRequiem/jason-formatter/workflows/CodeQL/badge.svg)
![Eslint](https://github.com/UltiRequiem/jason-formatter/workflows/Eslint/badge.svg)
A Command Line formatter for JSON files, zero dependencies.

@@ -15,2 +21,8 @@

If you use yarn:
```bash
yarn global add jason-formatter
```
Now you can use it anywhere on your system:

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