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

json-fix

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-fix - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

package.json
{
"name": "json-fix",
"version": "0.6.0",
"version": "0.6.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,5 +15,10 @@ # json-fix

This
### Passing files to arguments
```bash
$ json-fix a.json
```
```js
// a.json
{ a: "hello",

@@ -27,2 +32,3 @@ b: "world",

```json
// a.json
{

@@ -34,2 +40,13 @@ "a": "hello",

### Passing json from stdin
```bash
$ echo { a: 3, b: 2 } | json-fix
{
"a": 3,
"b": 2
}
```
## IDEs configuration

@@ -36,0 +53,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