Socket
Socket
Sign inDemoInstall

kefir

Package Overview
Dependencies
0
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
9Next

2.8.2

Diff

Changelog

Source

2.8.2 (13/09/2015)

  • A bug in .scan fixed #148
pozadi
published 2.8.1 •

Changelog

Source

2.8.1 (30/08/2015)

pozadi
published 2.8.0 •

Changelog

Source

2.8.0 (21/08/2015)

pozadi
published 2.7.2 •

Changelog

Source

2.7.2 (16/07/2015)

  • A bug related to calling emitter.end() in response to an end event or in unsubscribe() function is fixed 83b06a7
pozadi
published 2.7.1 •

Changelog

Source

2.7.1 (11/07/2015)

  • A bug when listener could be called after unsubscribing or end is fixed #119
pozadi
published 2.7.0 •

Changelog

Source

2.7.0 (27/06/2015)

  • The flushOnChange option added to .bufferWhileBy #116
pozadi
published 2.6.0 •

Changelog

Source

2.6.0 (05/06/2015)

  • A bug in .bufferBy fixed #108
  • Another (minor) perf improvement for flatMap and similar methods c329c61
  • The .toProperty method now throws with a meaningful message when called with not a function 544b689
pozadi
published 2.5.0 •

Changelog

Source

2.5.0 (21/05/2015)

  • The repository moved from pozadi/kefir to rpominov/kefir
  • emitter methods now return a boolean representing whether anybody interested in future events (i.e. whether connected observable is active)
  • Another optimization for .flatMap((x) => Kefir.constan(...)) case 9e4a58a
  • Methods .takeWhileBy and .skipWhileBy are deprecated #105
pozadi
published 2.4.1 •

Changelog

Source

2.4.1 (14/05/2015)

  • .flatMap*, .pool, and .merge was optimized for use with constants (Kefir.contant*, Kefir.never), combined with optimizations for constants in 2.4.0 this foo.flatMap((x) => Kefir.constant(x + 1)) is only ~2x slower than foo.map(x => x + 1)
pozadi
published 2.4.0 •

Changelog

Source

2.4.0 (11/05/2015)

  • New method .flatMapErrors
  • A bug in .flatMap* fixed 98f65b7
  • Kefir.constant() and Kefir.contantError() made cheaper and faster, so they can be used with .flatMap even more freely 1c9de75
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc