New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hops-yargs

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hops-yargs - npm Package Compare versions

Comparing version

to
13.0.0-alpha.0

49

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [12.5.0](https://github.com/xing/hops/compare/v12.4.0...v12.5.0) (2020-07-13)
# [13.0.0-alpha.0](https://github.com/xing/hops/compare/v12.0.0-rc99...v13.0.0-alpha.0) (2020-07-23)

@@ -12,46 +12,9 @@

* update dependency yargs to v15 ([c19be89](https://github.com/xing/hops/commit/c19be89966e8d1c8eec42d7f0c485c9dd0d12559))
* remove support for Node versions 10 & 13 ([00e7f2f](https://github.com/xing/hops/commit/00e7f2fb2ec92b859805b65bfeee697a78bf8147))
### BREAKING CHANGES
# [12.4.0](https://github.com/xing/hops/compare/v12.3.0...v12.4.0) (2020-06-02)
**Note:** Version bump only for package hops-yargs
# [12.3.0](https://github.com/xing/hops/compare/v12.2.2...v12.3.0) (2020-05-18)
**Note:** Version bump only for package hops-yargs
## [12.2.2](https://github.com/xing/hops/compare/v12.2.1...v12.2.2) (2020-05-14)
**Note:** Version bump only for package hops-yargs
## [12.2.1](https://github.com/xing/hops/compare/v12.2.0...v12.2.1) (2020-04-27)
**Note:** Version bump only for package hops-yargs
# [12.2.0](https://github.com/xing/hops/compare/v12.1.4...v12.2.0) (2020-04-27)
### Bug Fixes
* mixinable@5.0.0 contains bugs ([26cfa31](https://github.com/xing/hops/commit/26cfa31bdd2109c01e5db391269920b7796b9cad))
* update dependency mixinable to v5 ([2dfcc62](https://github.com/xing/hops/commit/2dfcc6222ee8d0cb2716e50a0dfa190f1068a835))
* Hops does not support the outdated Node versions 10
and 13 anymore. In case you're using one of these, please update your
Node version to the current version 14 or the LTS version 12.

8

package.json
{
"name": "hops-yargs",
"version": "12.5.0",
"version": "13.0.0-alpha.0",
"description": "yargs support for Hops applications",

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

"dependencies": {
"hops-bootstrap": "^12.5.0",
"hops-bootstrap": "^13.0.0-alpha.0",
"is-plain-obj": "^2.0.0",

@@ -19,5 +19,5 @@ "mixinable": "^5.0.1",

"engines": {
"node": "10 || 12 || 13 || 14"
"node": "12 || 14"
},
"gitHead": "6b43b9374c832eb9381c5abe875219a46d2a52a3"
"gitHead": "d144507fd96f818402b5aca5842d21d6ab5bee6a"
}