v8flags

Get available v8 and Node.js flags.

MIT License

Downloads
17.6M
Stars
56
Committers
15

Bot releases are hidden (Show)

v8flags - v3.2.0

Published by phated over 4 years ago

New

  • Also detect node-specific flags (c77b2c8) - Closes #55

Update

  • Add test for colliding flags (1445397)

Scaffold

  • Update package description (c12406f)
v8flags - v3.1.3

Published by phated over 5 years ago

Fix

  • Default flags to empty array (c3b4ff0) - Closes #53

Build

v8flags - v3.1.2

Published by phated almost 6 years ago

Docs

Scaffold

v8flags - v2.0.6

Published by phated almost 6 years ago

Breaking

  • Use standard directories on Unix and Windows - sorry for patch version (59e1d8c)

Update

  • Refactor cache path lookup (cc3b72e)
  • Correct concurrency test (9136313)
v8flags - v3.0.0

Published by phated almost 6 years ago

Breaking

  • Save cached config to standard directories (61e348b) - Closes #37

Docs

v8flags - v2.0.12

Published by phated almost 6 years ago

Fix

  • Avoid polluting globals (e543d1e)

Build

v8flags - v3.0.1

Published by phated almost 6 years ago

Fix

  • Improve home directory lookup behavior & fallback (4d74ca0) - Closes #41 #42

Docs

Upgrade

v8flags - v2.1.0

Published by phated almost 6 years ago

Fix

  • Hash username to avoid invalid file paths (e27b29e) - Closes #31

Docs

v8flags - v3.0.2

Published by phated almost 6 years ago

Fix

  • Correct typo in the failure message (2cd690c)

Docs

v8flags - v2.1.1

Published by phated almost 6 years ago

Fix

  • Properly handle undefined user & add test (64cc428)

Docs

v8flags - v2.0.3

Published by phated almost 6 years ago

Fix

  • Improve caching for non-standard environments (fdc81c9)

Docs

v8flags - v1.0.0

Published by phated almost 6 years ago

Breaking

  • Rename API to fetch & add tests (e91dede)
v8flags - v2.0.8

Published by phated almost 6 years ago

Fix

  • Always return flags even if the cache file can't be written (e2e91ca)
v8flags - v2.0.4

Published by phated almost 6 years ago

Fix

  • Avoid appending to cache file on concurrent calls (098e66c)

Docs

Build

  • Add iojs to Travis matrix (b59739b)
v8flags - v1.0.5

Published by phated almost 6 years ago

Fix

  • Use process.execPath to find node executable on Windows (c2d0f37)

Build

v8flags - v2.0.11

Published by phated almost 6 years ago

Update

  • Attempt to cache flags using temp file if home is unwriteable (90c1712)
v8flags - v3.1.1

Published by phated almost 6 years ago

Fix

  • Add version to the cache file name (24622a1) - Closes #50
v8flags - v3.1.0

Published by phated almost 6 years ago

Fix

  • Properly support new flag format in node 10 (4b16628) - Closes #49

Update

  • Avoid using deprecated Buffer API on newer node (80658a9)

Docs

v8flags - v1.0.8

Published by phated almost 6 years ago

Update

  • Exclude the --help flag (2292c25)
v8flags - v1.0.4

Published by phated almost 6 years ago

Fix

  • Wrap node executable path in quotes (99399f9)