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

builder

Package Overview
Dependencies
Maintainers
22
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder - npm Package Versions

2345

5.0.0

Diff

Changelog

Source

5.0.0

BREAKING:

  • Restrict to node version 8+.
  • Some modest ESnext refactoring.
ryan.roemer
published 4.0.0 •

Changelog

Source

4.0.0

BREAKING:

  • Restrict to node version 4+.
  • Default to --log-level=error intead of info.
  • Add pre|post lifecycle commands. #68
  • Error out on invalid or conflicting command line flags passed to builder.

Other enhancements:

  • Add --log-level=debug. Switch some existing logs over.
  • Add more explicit behavior and tests for --setup flag.
ryan.roemer
published 3.2.3 •

Changelog

Source

3.2.3

  • Account for PATH vs. Path env var differences in MinGW vs. cmd on Windows. #142
ryan.roemer
published 3.2.2 •

Changelog

Source

3.2.2

  • Correctly infer if a builder passthrough task on Windows. ( [@GEMI][] ) #138
ryan.roemer
published 3.2.1 •

Changelog

Source

3.2.1

  • Update module pattern documentation.
ryan.roemer
published 3.2.0 •

Changelog

Source

3.2.0

  • Add in NODE_PATH and PATH from actual resolved paths of prod and dev archetypes instead of guessed paths. This will better support yarn, which flattens node_modules/.bin in different ways than real npm. It is also likely more correct than before. #134
  • Add extra higher level directory check when LOCAL_DEV=true and --expand-archetype specified.
  • Make config loading failure a simple log.info instead of log.warn.
ryan.roemer
published 3.1.0 •

Changelog

Source

3.1.0

  • Add --env environment variable flag. #45
exogen
published 3.0.0 •

Changelog

Source

3.0.0

BREAKING:

  • Remove --unlimited-buffer command line option. It is unneeded with switch to spawn.

Other:

  • Default log level to none for help and version commands. #127
  • Switch from exec to spawn child process spawning for better stdio/stderr propagation. ( [@exogen][] ) #20
  • Add auto-TOC to README.md. #101
  • Use a "safe exit" pattern to avoid immediately exiting the builder process when there is potentially unflushed output. #124
exogen
published 3.0.0-beta.3 •

exogen
published 3.0.0-beta.2 •

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