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 1.4.1 to 1.4.2

lib/cli/bin.d.ts

8

package.json
{
"name": "jason-formatter",
"version": "1.4.1",
"version": "1.4.2",
"description": "A Command Line tool to format JSON",
"main": "./build/src/index.js",
"types": "./build/index.d.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": {

@@ -16,3 +16,3 @@ "type": "git",

"bin": {
"jason": "./build/src/jason.js"
"jason": "./lib/cli/bin.js"
},

@@ -19,0 +19,0 @@ "keywords": [

@@ -59,1 +59,18 @@ # Jason

```
Examples using ES6 or Typescript:
```javascript
import jason from 'jason-formatter'
const rawData = `
{
"hey":9 ,
"jason":true
}
`
console.log(jason(rawData, { tabs: 2 }))
```
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