Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.0 to 2.0.1

5

package.json

@@ -7,3 +7,3 @@ {

"description": "Shell utility and Library for formatting JSON files",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",

@@ -22,4 +22,3 @@ "funding": {

"json",
"formatter",
"cli"
"formatter"
],

@@ -26,0 +25,0 @@ "exports": {

@@ -1,7 +0,13 @@

# REWRITING ON PROGRESS
# Jason Formatter
A simple [json](https://json.org) formatter.
[![CI](https://github.com/UltiRequiem/jason-formatter/actions/workflows/ci.yaml/badge.svg)](https://github.com/UltiRequiem/jason-formatter/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/ultirequiem/jason-formatter/branch/main/graph/badge.svg)](https://codecov.io/gh/ultirequiem/jason-formatter)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/jason_formatter/mod.ts)
![Custom badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fdep-count%2Fx%2Fjason_formatter%2Fmod.ts)
![Custom badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fupdates%2Fx%2Fjason_formatter%2Fmod.ts)
[![Custom badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Flatest-version%2Fx%2Fjason_formatter%2Fmod.ts)](https://deno.land/x/jason_formatter)
A simple [JSON](https://json.org) formatter.
## CLI

@@ -37,3 +43,3 @@

### [Deno 🚀](https://deno.land/x/stable_fn)
### [Deno 🚀](https://deno.land/x/jason_formatter)

@@ -77,5 +83,14 @@ ```typescript

[Autogenerated Documentation](https://doc.deno.land/https://deno.land/x/stable_fn/mod.ts)
[Autogenerated Documentation](https://doc.deno.land/https://deno.land/x/jason_formatter/mod.ts)
😎
## Note
I did this while learning TypeScript long time ago, It was originally written
for Node.js but I'm porting most of my packages to Deno.
It's basically a wrapper around
[JSON.stringify](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify)
😆
## Support

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