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 13.1.0 to 14.0.0-nightly.1

53

CHANGELOG.md

@@ -6,54 +6,7 @@ # Change Log

# [13.1.0](https://github.com/xing/hops/compare/v13.0.0...v13.1.0) (2020-10-09)
# [14.0.0-nightly.1](https://github.com/xing/hops/compare/v13.0.0...v14.0.0-nightly.1) (2020-11-06)
**Note:** Version bump only for package hops-yargs
### Features
# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)
**Note:** Version bump only for package hops-yargs
# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)
**Note:** Version bump only for package hops-yargs
# [13.0.0-alpha.2](https://github.com/xing/hops/compare/v13.0.0-alpha.1...v13.0.0-alpha.2) (2020-08-17)
**Note:** Version bump only for package hops-yargs
# [13.0.0-alpha.1](https://github.com/xing/hops/compare/v13.0.0-alpha.0...v13.0.0-alpha.1) (2020-07-31)
**Note:** Version bump only for package hops-yargs
# [13.0.0-alpha.0](https://github.com/xing/hops/compare/v12.0.0-rc99...v13.0.0-alpha.0) (2020-07-23)
### Bug Fixes
* remove support for Node versions 10 & 13 ([00e7f2f](https://github.com/xing/hops/commit/00e7f2fb2ec92b859805b65bfeee697a78bf8147))
### BREAKING CHANGES
* 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.
* add support for Node v15 ([75d22c8](https://github.com/xing/hops/commit/75d22c88db5beab3fa4f3edf29ccd5c5fb29fd2f))

10

package.json
{
"name": "hops-yargs",
"version": "13.1.0",
"version": "14.0.0-nightly.1",
"description": "yargs support for Hops applications",

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

"dependencies": {
"hops-bootstrap": "^13.1.0",
"hops-mixin": "^13.1.0",
"hops-bootstrap": "^14.0.0-nightly.1",
"hops-mixin": "^14.0.0-nightly.1",
"is-plain-obj": "^2.0.0",

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

"engines": {
"node": "12 || 14"
"node": "12 || 14 || 15"
},
"gitHead": "b2f6df64bb3f8c3cf21740f3a602e9daaaf328c1"
"gitHead": "9805a0e800ee255507de0f05622611c97611e919"
}
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