Socket
Socket
Sign inDemoInstall

jsonfile

Package Overview
Dependencies
2
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

6

CHANGELOG.md

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

6.0.1 / 2020-03-07
------------------
- Update dependency ([#130](https://github.com/jprichardson/node-jsonfile/pull/130))
- Fix code style ([#129](https://github.com/jprichardson/node-jsonfile/pull/129))
6.0.0 / 2020-02-24

@@ -2,0 +8,0 @@ ------------------

4

package.json
{
"name": "jsonfile",
"version": "6.0.0",
"version": "6.0.1",
"description": "Easily read/write JSON files.",

@@ -20,3 +20,3 @@ "repository": {

"dependencies": {
"universalify": "^0.2.0"
"universalify": "^1.0.0"
},

@@ -23,0 +23,0 @@ "optionalDependencies": {

function stringify (obj, options = {}) {
let EOL = options.EOL || '\n'
const EOL = options.EOL || '\n'

@@ -4,0 +4,0 @@ const str = JSON.stringify(obj, options ? options.replacer : null, options.spaces)

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc