Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

builder-support

Package Overview
Dependencies
Maintainers
22
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-support - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

bin/builder-support.js

@@ -19,4 +19,9 @@ #!/usr/bin/env node

action(function (err) {
/*eslint-disable no-process-exit*/
/*eslint-disable no-process-exit, no-console*/
if (err) {
console.error(err);
}
process.exit(err ? err.code || 1 : 0);
});
History
=======
## 0.4.1
* Display errors to console. ( [@InsidersByte][] )
## 0.4.0

@@ -14,3 +18,3 @@

* Persist `peerDependencies` in `dev/package.json`
* Persist `peerDependencies` in `dev/package.json`.

@@ -34,3 +38,4 @@ ## 0.2.0

[@InsidersByte]: https://github.com/InsidersByte
[@ryan-roemer]: https://github.com/ryan-roemer
[@zachhale]: https://github.com/zachhale

2

package.json
{
"name": "builder-support",
"version": "0.4.0",
"version": "0.4.1",
"description": "Builder support libraries",

@@ -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