You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

build-number-generator

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-number-generator - npm Package Versions

2

3.0.0

Diff
p
prantlf
published 3.0.0 •

Changelog

Source

3.0.0 (2025-06-26)

Features

  • Upgrade dependencies (dd4c99c)

Bug Fixes

  • Add TypeScript types to package.json exports (4ef8621)

BREAKING CHANGES

The oldest supported versoin of Node.js is 18 now. If you cannot upgrade your Node.js, stau with the versions 2.x of this package.

p
prantlf
published 2.0.4 •

Changelog

Source

2.0.4 (2022-07-22)

Bug Fixes

  • Correct TypeScript types (8bfb996)
  • Include TypeScript types file in the published package files (4c0fdb9)
p
prantlf
published 2.0.3 •

Changelog

Source

2.0.3 (2022-07-22)

Bug Fixes

  • Correct paths to the CJS export and to the bin script (93dff1f)
p
prantlf
published 2.0.2 •

Changelog

Source

2.0.2 (2022-06-18)

Bug Fixes

  • Clean bundled sources up (75d5a0b)
p
prantlf
published 2.0.1 •

Changelog

Source

2.0.1 (2022-06-18)

Bug Fixes

  • Correct the package version number (dce3d3e)
p
prantlf
published 2.0.0 •

Changelog

Source

2.0.0 (2022-06-18)

Bug Fixes

  • Remove commander dependency, modernise project (d68ba93)
  • Use the same font for inputs and buttons as for the rest of the body (be77fe0)

BREAKING CHANGES

  • Node.js 14.8 or newer is required. Command-line parsing changed, although no change on the outside is expected. API remained the same.
  • The API (library) still requires Node.js 10 or newer. But the command line tool uses features like ES module support and global async/await.
  • Commander was replaced by a hand-written argument parser with the same functionality, because noch much features were needed. Although no changes on the outside shoudl happen, on enever knows...
p
prantlf
published 1.0.0 •

Changelog

Source

1.0.0

  • Add an online page for generating and parsing build numbers
  • Introduce module bundles usable in the browser
  • Replace the dependency on sprintf.js with hand-coded padding methods
p
prantlf
published 0.0.6 •

Changelog

Source

0.0.6

  • Upgrade package dependencies
p
prantlf
published 0.0.5 •

Changelog

Source

0.0.5

  • Upgrade module dependencies
  • Do not format time zone to the readable build date
p
prantlf
published 0.0.4 •

Changelog

Source

0.0.4

Upgrade module dependencies

2