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

merge-yaml-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merge-yaml-cli - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

20

CHANGELOG.md

@@ -1,16 +0,24 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.1.2] - 2018-03-06
### Fixed
- Ensure strict mode to prevent error in older versions of Node.js
## [1.1.1] - 2017-05-29
### Changed
- Better module description in README
## [1.1.0] - 2017-05-29
### Changed
- Update dependencies
- Add a Node.js API to require the module, give it an array of globs and return a YAML string
### Added
- Add a Node.js API for programmatic use. Give it an array of globs and returns a YAML string.
## [1.0.5] - 2016-12-03
### Changed
- Update dependencies
<sub>http://keepachangelog.com</sub>

@@ -0,1 +1,3 @@

'use strict'
const glob = require('glob')

@@ -2,0 +4,0 @@ const mergeYaml = require('merge-yaml')

{
"name": "merge-yaml-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "CLI utility for merging YAML files",

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

Sorry, the diff of this file is not supported yet

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