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

akh

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akh - npm Package Versions

23

3.1.2

Diff

Changelog

Source

3.1.2 - July 23, 2017

  • Pick up minor fixes for State
mattbierner
published 3.1.1 •

Changelog

Source

3.1.1 - March 13, 2017

  • Pick up minor fixes for Maybe and Writer
mattbierner
published 3.1.0 •

Changelog

Source

3.1.0 - September 3, 2016

  • Added Maybe
  • Added Reader
  • Added Writer
mattbierner
published 3.0.0 •

Changelog

Source

3.0.0 - September 2, 2016

  • Split out into individual libraries.
  • Cleaned up and simplified namespacing.
    • Types now are in akh.Type and ``akh.TypeT`
    • Core methods are now in top level akh.next
  • Added m.run() instance methods to all types.
mattbierner
published 2.1.0 •

Changelog

Source

2.1.0 - November 20, 2015

  • Added EitherT.runEitherT and Either.runEither to extract either values without needing to pass in callback functions.
  • Updated some internal structures to make it more clear that some values are private.
mattbierner
published 2.0.1 •

Changelog

Source

2.0.1 - November 18, 2015

  • Fixed exec state returning value instead of state.
  • Made sure all code uses modern Khepri.
mattbierner
published 2.0.0 •

Changelog

Source

2.0.0 - April 13, 2014

  • Split interfaces into own files. akh::spec::*.
  • Autolifting of state get put and modify in most base types.
  • Added Codensity monad.
  • Removed trampoline.
  • Split StateT into two files.
    • akh::trans::state has the main, stack safe impl which auto wraps in a Codensity.
    • akh::trans::statei has the actual impl, which is stack unsafe but should be used in stacks so as not to dup the Codensity logic.
mattbierner
published 1.1.2 •

Changelog

Source

1.1.2 - April 10, 2014

  • Performance improvements though recompile with khepri V0.23.0
mattbierner
published 1.1.1 •

Changelog

Source

1.1.1 - April 7, 2014

  • Performance improvements though recompile with khepri V0.21.13.
mattbierner
published 1.1.0 •

Changelog

Source

1.1.0 - April 3, 2014

  • Added base::liftA and base::liftA2 to lift to an applicative.
  • Added derived applicative operation ac that curries f with the argument a.
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