Socket
Socket
Sign inDemoInstall

builder

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

6

bin/builder.js

@@ -46,4 +46,6 @@ #!/usr/bin/env node

}, function (err) {
/*eslint-disable no-process-exit*/
process.exit(err ? err.code || 1 : 0);
process.on("exit", function () {
/*eslint-disable no-process-exit*/
process.exit(err ? err.code || 1 : 0);
});
});

@@ -13,2 +13,5 @@ History

[#101](https://github.com/FormidableLabs/builder/issues/101)
* Use a "safe exit" pattern to avoid immediately exiting the `builder` process
when there is potentially unflushed output.
[#124](https://github.com/FormidableLabs/builder/issues/124)

@@ -15,0 +18,0 @@ ## 2.10.1

{
"name": "builder",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "An NPM-based task runner",

@@ -5,0 +5,0 @@ "repository": {

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