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

@alexlafroscia/yaml-merge

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexlafroscia/yaml-merge - npm Package Compare versions

Comparing version 1.0.4 to 2.0.0

CHANGELOG.md

15

package.json
{
"name": "@alexlafroscia/yaml-merge",
"version": "1.0.4",
"version": "2.0.0",
"description": "A super simple tool for merging YAML files",

@@ -9,3 +9,4 @@ "main": "index.js",

"scripts": {
"test": "mocha"
"test": "mocha",
"release": "standard-version"
},

@@ -16,5 +17,2 @@ "files": [

],
"engines": {
"node": ">= 6.7.0"
},
"dependencies": {

@@ -27,4 +25,9 @@ "js-yaml": "^3.7.0",

"common-tags": "^1.4.0",
"mocha": "^5.2.0"
"mocha": "^5.2.0",
"standard-version": "^7.1.0"
},
"volta": {
"node": "12.16.1",
"yarn": "1.22.4"
}
}
# `yaml-merge`
[![Build Status](https://travis-ci.org/alexlafroscia/yaml-merge.svg?branch=master)](https://travis-ci.org/alexlafroscia/yaml-merge)
![Node Version](https://img.shields.io/badge/node-6.7.0+-green.svg)
![Verify](https://github.com/alexlafroscia/yaml-merge/workflows/Verify/badge.svg)

@@ -10,4 +9,2 @@ A super simple tool for merging YAML files.

Node v6 or higher is required.
### For the command line

@@ -14,0 +11,0 @@

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