New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hkt-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hkt-toolbelt - npm Package Versions

1
6

0.18.1

Diff

Changelog

Source

[0.18.1]

  • Add NaturalNumber.Compare for comparing natural numbers.
mpoteat
published 0.18.0 •

Changelog

Source

[0.18.0]

  • Add various numeric comparison types.
    • Add DigitList.Compare for comparing digit list magnitude.
    • Add Digit.Compare for comparing single-digit magnitude.
  • Add various parser combinators.
    • Add Parser.Many1 for parsing one or more elements.
    • Add Parser.Optional for parsing an optional element.
  • Introduce Stress module for common stress-testing types.
mpoteat
published 0.17.1 •

Changelog

Source

[0.17.1]

  • Introduce various other Parser combinators.
    • Add Parser.Run for state management.
    • Add Parser.Map for mapping over the result of a parser.
    • Add Parser.Letter and Parser.Letters for parsing letters.
    • Add Parser.ObjectSequence for better result extraction.
  • Add Object.Emplace and Object.Merge methods.
  • Increase performance of various string and list utilities.
mpoteat
published 0.17.0 •

Changelog

Source

[0.17.0]

  • Introduce Parser module for parser combinators.
    • Add Parser.String for parsing string literals.
    • Add Parser.Choice for parsing alternatives.
    • Add Parser.Sequence for parsing sequences.
  • Add List.Slice<N> method, to remove the first N elements from a list.
  • Add String.Slice method.
mpoteat
published 0.16.1 •

Changelog

Source

[0.16.1]

  • Fix division bug that led to rare incorrect results for NaturalNumber.Divide.
mpoteat
published 0.15.1 •

Changelog

Source

[0.15.1]

  • Fix String.Join bug that did not properly handle one-tuple elements.
mpoteat
published 0.15.0 •

Changelog

Source

[0.15.0]

  • Add List.Length method.
  • Add List.Times method, which constructs the tuple from 0 to N - 1.
  • Add NaturalNumber.Divide and NaturalNumber.Modulo methods.
  • Add NaturalNumber.IsEven and NaturalNumber.IsOdd methods.
  • Add various digit-list level division methods.
mpoteat
published 0.14.0 •

Changelog

Source

[0.14.0]

  • Add NaturalNumber.Multiply method.
  • [Breaking] Change return type of natural arithmetic to numbers instead of strings.
mpoteat
published 0.13.2 •

Changelog

Source

[0.13.2]

  • Add NaturalNumber.Increment and NaturalNumber.Decrement methods.
  • Add NaturalNumber.Subtract method.
mpoteat
published 0.13.1 •

Changelog

Source

[0.13.1]

  • Add List.Reduce method.
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