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
Maintainers
1
Install size
204 kB
Created

Changelog

Source

2.8.2 (13/09/2015)

  • A bug in .scan fixed #148

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 rpominov.github.io/kefir. See also Deprecated API docs.

Build Status Dependency Status devDependency Status Gitter

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

Installation

Kefir available as NPM and Bower packages, as well as simple files download.

NPM

npm install kefir

Bower

bower install kefir

Download

See downloads section in the docs.

Also available on jsDelivr.

Development

To build all the things: /dist, docs, tests for browser, etc. run:

grunt
grunt bower # to also install bower packages which needed for docs and demos

To run unit tests:

npm test

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

Keywords

FAQs

Last updated on 13 Sep 2015

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc