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

13

1.0.1

Diff

Changelog

Source

1.0.1 - April 3, 2014

  • Fixed derived types of map and ap on monad using functions instead of methods.
mattbierner
published 1.0.0 •

Changelog

Source

1.0.0 - April 1, 2014

  • Removed one extra function call per each chain/concat/map/ap.
  • structures now expect the method version of binary functions.
mattbierner
published 0.8.0 •

Changelog

Source

0.8.0 - March 24, 2014

  • Transformers expose their inner type with inner since there is no type system to recover this information.
  • Transforming and Transformer will generated have an additional method liftInner on the output to lift from the inner Transformer's inner to the outer transformer. liftInner can be chained to lift multiple levels.
    var M = StateT (StateT (StateT (StateT Identity))));
    
    // Lift get from inner most state.
     M.liftInner.liftInner(M.inner.inner.inner.get);
    
mattbierner
published 0.7.1 •

Changelog

Source

0.7.1 - March 24, 2014

  • Fixed Unique possibly blowing up stack for large computations.
mattbierner
published 0.7.0 •

Changelog

Source

0.7.0 - March 24, 2014

  • Allow UniqueT to be passed a seed value.
  • Fixed IdentityT concat.
mattbierner
published 0.6.0 •

Changelog

Source

0.6.0 - March 23, 2014

  • Added IdentityT to transform a monad to itself.
  • Added Trampoline monad.
  • More work on call stack.
mattbierner
published 0.5.3 •

Changelog

Source

0.5.3 - March 22, 2014

  • Fixed call stack on EitherT and ErrorT.
  • Performance improvements.
mattbierner
published 0.5.2 •

Changelog

Source

0.5.2 - March 22, 2014

  • Fixed call stack on StateT.
mattbierner
published 0.5.0 •

Changelog

Source

0.5.0 - March 21, 2014

  • Temp fix for call stack on ContT and DContT.
    • Wrap other structures for long running computations in ContT.
  • Added State.modify.
  • Added IdentityT.
  • Added top level generic versions of ops in base that determine type using argument.
  • Split out DContT's unique id the logic to its own monad and transformer.
mattbierner
published 0.4.0 •

Changelog

Source

0.4.0 - March 20, 2014

  • Added EitherT.
  • Added ErrorT
  • Added Either
  • Added Error.
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