Socket
Socket
Sign inDemoInstall

write-json-file

Package Overview
Dependencies
6
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.3.0

6

package.json
{
"name": "write-json-file",
"version": "2.2.0",
"version": "2.3.0",
"description": "Stringify and write JSON to a file atomically",

@@ -39,4 +39,4 @@ "license": "MIT",

"make-dir": "^1.0.0",
"pify": "^2.0.0",
"sort-keys": "^1.1.1",
"pify": "^3.0.0",
"sort-keys": "^2.0.0",
"write-file-atomic": "^2.0.0"

@@ -43,0 +43,0 @@ },

@@ -11,3 +11,3 @@ # write-json-file [![Build Status](https://travis-ci.org/sindresorhus/write-json-file.svg?branch=master)](https://travis-ci.org/sindresorhus/write-json-file)

```
$ npm install --save write-json-file
$ npm install write-json-file
```

@@ -42,3 +42,3 @@

Type: `string` `number`<br>
Default: `\t`
Default: `'\t'`

@@ -45,0 +45,0 @@ Indentation as a string or number of spaces.<br>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc