Socket
Socket
Sign inDemoInstall

write-yaml-file

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

write-yaml-file - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

6

CHANGELOG.md
# write-yaml-file
## 4.1.3
### Patch Changes
- 75dbec3: Fix stringifying the Yaml object.
## 4.1.2

@@ -4,0 +10,0 @@

2

index.js

@@ -21,3 +21,3 @@ 'use strict'

const yaml = YAML.safeDump(data, opts)
const yaml = YAML.dump(data, opts)

@@ -24,0 +24,0 @@ return fn(fp, yaml, { mode: opts.mode })

{
"name": "write-yaml-file",
"version": "4.1.2",
"version": "4.1.3",
"description": "Stringify and write YAML to a file atomically",

@@ -5,0 +5,0 @@ "main": "index.js",

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