Socket
Socket
Sign inDemoInstall

kefir

Package Overview
Dependencies
0
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kefir

Reactive Programming library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory usage


Version published
Weekly downloads
56K
decreased by-2.63%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.4.2 (24/12/2014)

  • A bug in .flatMap fixed #29
  • Minor perf fixes

Readme

Source

Kefir

Kefir — is an Reactive Programming library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory usage.

For docs visit pozadi.github.io/kefir.

Build Status Code Climate Dependency Status devDependency Status

Run tests in your browser (gh-pages branch, i.e. last stable version)

Installation

Server:

npm install --save kefir

Client:

bower install --save kefir

Development

To build /dist from /src and run tests on Node.js type this in console:

NODE_PATH=./dist grunt

To run memory tests:

coffee --nodejs '--expose-gc' test/perf/memory-specs/[some spec].coffee

To run all memory tests (see results):

coffee --nodejs '--expose-gc' test/perf/memory-all.coffee

To run performance tests:

coffee test/perf/perf-specs/[some spec].coffee

SemVer

Kefir follows Semantic Versioning. But it still before 1.0.0, and for now version number follows this rules:

  • If major breaking changes introduced, then MINOR (middle) number is incremented
  • If there are no breaking changes, or only minor, which probably won't affect anybody, then PATCH (last) number is incremented

Keywords

FAQs

Last updated on 24 Dec 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc