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 14.4.1 to 14.5.0

11

CHANGELOG.md

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

# [14.5.0](https://github.com/xing/hops/compare/v14.4.1...v14.5.0) (2021-09-20)
### Bug Fixes
* do no exit hops in certain cases ([05b6096](https://github.com/xing/hops/commit/05b609685e5f3f273fe69da5ebc3f9690688705a))
## [14.4.1](https://github.com/xing/hops/compare/v14.4.0...v14.4.1) (2021-09-07)

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

4

index.js

@@ -24,4 +24,4 @@ 'use strict';

);
process.on('uncaughtException', handleError);
process.on('unhandledRejection', handleError);
process.on('uncaughtException', (e) => handleError(e));
process.on('unhandledRejection', (e) => handleError(e));
bootstrap().then(() => {

@@ -28,0 +28,0 @@ registerCommands(

@@ -18,3 +18,3 @@ const isPlainObject = require('is-plain-obj');

if (recoverable !== true) {
if (!recoverable) {
process.exit(1);

@@ -21,0 +21,0 @@ }

{
"name": "hops-yargs",
"version": "14.4.1",
"version": "14.5.0",
"description": "yargs support for Hops applications",

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

"dependencies": {
"hops-bootstrap": "14.4.1",
"hops-mixin": "14.4.1",
"hops-bootstrap": "14.5.0",
"hops-mixin": "14.5.0",
"is-plain-obj": "^3.0.0",

@@ -25,3 +25,3 @@ "mixinable": "^5.0.1",

},
"gitHead": "a0bf5f8386b171c93a9f0670f8a870105165ac78"
"gitHead": "eb13d62120c06edb8637a886e69c6e579094e2cb"
}
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