Huge News!Announcing our $40M Series B led by Abstract Ventures.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 15.0.0-nightly.1 to 15.0.0-nightly.2

11

CHANGELOG.md

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

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)
### Bug Fixes
* update dependency yargs to v17 ([30cb2f6](https://github.com/xing/hops/commit/30cb2f6b8285d7010bac0afae7979f0cd590e528))
# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)

@@ -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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"description": "yargs support for Hops applications",

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

"dependencies": {
"hops-bootstrap": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"hops-bootstrap": "15.0.0-nightly.2",
"hops-mixin": "15.0.0-nightly.2",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1",
"yargs": "^16.1.1"
"yargs": "^17.0.0"
},

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

},
"gitHead": "1c6213b5be5517c938b870202dee170e942b9d67"
"gitHead": "f9dd76e367f7d1e94ac3041fdc24782bbf55fe63"
}
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