Socket
Socket
Sign inDemoInstall

@bunt/unit

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/unit - npm Package Compare versions

Comparing version 0.19.2 to 0.19.3

11

CHANGELOG.md

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

## [0.19.3](https://github.com/izatop/bunt/compare/v0.19.2...v0.19.3) (2021-05-27)
### Bug Fixes
* a program exit behavior ([55a6e94](https://github.com/izatop/bunt/commit/55a6e94aee7286455fb19dfbf7f3760e490976d6))
## [0.19.2](https://github.com/izatop/bunt/compare/v0.19.1...v0.19.2) (2021-05-27)

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

6

dist/Runtime/Runtime.js

@@ -56,6 +56,6 @@ "use strict";

this.logger.info("dispose");
process.nextTick(async () => {
this.logger.info("dispose all");
setImmediate(async () => {
await Dispose_1.Disposable.disposeAll()
.finally(() => process.exit(0));
.finally(() => this.logger.info("exit"))
.finally(() => process.nextTick(() => process.exit(0)));
});

@@ -62,0 +62,0 @@ }

{
"name": "@bunt/unit",
"version": "0.19.2",
"version": "0.19.3",
"keywords": [

@@ -32,3 +32,3 @@ "typescript"

"license": "MIT",
"gitHead": "6d173b2cfe84a19694499492467ddd19931f9b97"
"gitHead": "9f7eb1787a7d00b26773e19536dd6db6cd3335e8"
}

Sorry, the diff of this file is not supported yet

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