Socket
Socket
Sign inDemoInstall

write-json-file

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

write-json-file - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

index.js

@@ -27,3 +27,3 @@ 'use strict';

deep: true,
compare: typeof options.sortKeys === 'function' && options.sortKeys
compare: typeof options.sortKeys === 'function' ? options.sortKeys : undefined
});

@@ -30,0 +30,0 @@ }

{
"name": "write-json-file",
"version": "3.0.1",
"version": "3.0.2",
"description": "Stringify and write JSON to a file atomically",

@@ -47,10 +47,5 @@ "license": "MIT",

"tempfile": "^2.0.0",
"tsd-check": "^0.1.0",
"tsd-check": "^0.2.1",
"xo": "*"
},
"xo": {
"ignores": [
"*.ts"
]
}
}
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