Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

write-json

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

write-json - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

21

package.json
{
"name": "write-json",
"description": "Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/jonschlinkert/write-json",

@@ -25,2 +25,6 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

},
"devDependencies": {
"delete": "^0.2.1",
"mocha": "*"
},
"keywords": [

@@ -37,12 +41,15 @@ "file",

],
"devDependencies": {
"delete": "^0.1.5",
"mocha": "^2.2.1"
},
"verb": {
"related": {
"description": "",
"list": []
"list": [
"delete",
"write",
"write-yaml",
"read-yaml",
"read-json",
"read-data"
],
"description": ""
}
}
}

@@ -1,5 +0,7 @@

# write-json [![NPM version](https://badge.fury.io/js/write-json.svg)](http://badge.fury.io/js/write-json)
# write-json [![NPM version](https://badge.fury.io/js/write-json.svg)](http://badge.fury.io/js/write-json) [![Build Status](https://travis-ci.org/jonschlinkert/write-json.svg)](https://travis-ci.org/jonschlinkert/write-json)
> Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.
## Install
Install with [npm](https://www.npmjs.com/)

@@ -29,3 +31,3 @@

* [read-data](https://www.npmjs.com/package/read-data): Read JSON or YAML files. | [homepage](https://github.com/jonschlinkert/read-data)
* [read-json](https://www.npmjs.com/package/read-json): Reads and parses a JSON file. | [homepage](https://github.com/azer/read-json)
* [read-json](https://www.npmjs.com/package/read-json): Reads and parses a JSON file. | [homepage](https://github.com/azer/read-json#readme)
* [read-yaml](https://www.npmjs.com/package/read-yaml): Very thin wrapper around js-yaml for directly reading in YAML files. | [homepage](https://github.com/jonschlinkert/read-yaml)

@@ -61,4 +63,2 @@ * [write](https://www.npmjs.com/package/write): Write files to disk, creating intermediate directories if they don't exist. | [homepage](https://github.com/jonschlinkert/write)

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 20, 2015._
<!-- deps:mocha -->
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 17, 2015._
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