Socket
Socket
Sign inDemoInstall

kefir

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

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
58K
decreased by-6.52%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 12 Jan 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc