Skip to content

Releases: SylonZero/node-pin

Latest stable release

04 Apr 03:50

Choose a tag to compare

v0.3.1

Bumping version number in the npm package

Seeded Random Generator added to the library

04 Apr 03:40

Choose a tag to compare

Provides a seeded random number generator capable of producing a consistent sequence of pseudo-random numbers, bytes, and hex strings based on a provided seed. This is particularly useful for scenarios requiring reproducible results.

Features

  • Generate random bytes with a given size.
  • Produce random hex strings.
  • Generate random numbers within a specified range.

Enhanced PIN Generation and Callback Support

04 Apr 02:29

Choose a tag to compare

Improvements:

  • Extended PIN Length Support: You can now generate PINs of any length up to 50 characters, allowing for greater security and customization to fit your specific needs.
  • Callback Support: In addition to the existing Promise-based approach, RandomPinGenerator now supports callback functions, providing versatility in how you integrate our library into your projects.
  • Enhanced Randomness and Security: Our PIN generation algorithm has been refined to ensure even higher levels of security and unpredictability in the PINs generated.
  • Increased Test Coverage: We've added comprehensive tests covering new functionalities, including varying PIN lengths, callback support, and ensuring the uniqueness of generated PINs across multiple iterations.
  • Modular Architecture: The library structure has been optimized for easier maintenance and future expansions.

Stable version for Prod Use

31 Mar 04:24

Choose a tag to compare

v0.1.5

Linting errors, one redefinition removed

Stable Release Candidate

29 Jun 00:35

Choose a tag to compare

v0.1.3

Bump up version number

Initial Version

28 Jun 22:09

Choose a tag to compare

0.1.0

Initial version of the PIN generation function