write-json-file
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"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> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5492
+ Addedsort-keys@2.0.0(transitive)
- Removedpify@2.3.0(transitive)
- Removedsort-keys@1.1.2(transitive)
Updatedpify@^3.0.0
Updatedsort-keys@^2.0.0