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
5
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
14.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [14.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)
### Bug Fixes
* update dependency yargs to v17 ([99fb4c6](https://github.com/xing/hops/commit/99fb4c6c52ff20722b169cfc7d2d23eedde07f11))
# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)

@@ -8,0 +19,0 @@

8

index.js

@@ -18,8 +18,4 @@ 'use strict';

}
const {
bootstrap,
registerCommands,
handleArguments,
handleError,
} = initialize(config, options);
const { bootstrap, registerCommands, handleArguments, handleError } =
initialize(config, options);
invariant(

@@ -26,0 +22,0 @@ bootstrap && registerCommands && handleArguments && handleError,

{
"name": "hops-yargs",
"version": "14.1.0",
"version": "14.2.0",
"description": "yargs support for Hops applications",

@@ -15,7 +15,7 @@ "repository": {

"dependencies": {
"hops-bootstrap": "14.1.0",
"hops-mixin": "14.1.0",
"hops-bootstrap": "14.2.0",
"hops-mixin": "14.2.0",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1",
"yargs": "^16.1.1"
"yargs": "^17.0.0"
},

@@ -25,3 +25,3 @@ "engines": {

},
"gitHead": "3f9bbc77f1d3d82012d7a7546f65506687654fac"
"gitHead": "ca09c6e3e43c6e6013061fddbe29931da7b4a32b"
}