rxjs-compat
This package is required to get backwards compatibility with RxJS pervious to version 6. It contains the imports to add operators to `Observable.prototype` and creation methods to `Observable`. This is what allows, for instance, dot-chaining:
Last updated 7 years ago by blesh .
Original npm · Tarball · package.json
$ npm install rxjs-compat 
SYNC missed versions from official npm registry.

RxJS Compatibility Package

This package is required to get backwards compatibility with RxJS pervious to version 6. It contains the imports to add operators to Observable.prototype and creation methods to Observable. This is what allows, for instance, dot-chaining:

Observable.interval(1)
  .map(i => i * i)

vs

Observable.interval(1)
  .pipe(map(i => i * i))

Current Tags

  • 6.0.0-beta.4                                ...           beta (7 years ago)
  • 6.6.7                                ...           latest (4 years ago)
  • 6.0.0-uncanny-rc.7                                ...           rc (7 years ago)

37 Versions

  • 6.6.7                                ...           4 years ago
  • 6.6.6                                ...           4 years ago
  • 6.6.4                                ...           4 years ago
  • 6.6.3                                ...           4 years ago
  • 6.6.2                                ...           4 years ago
  • 6.6.1                                ...           4 years ago
  • 6.6.0                                ...           4 years ago
  • 6.5.5                                ...           5 years ago
  • 6.5.4                                ...           5 years ago
  • 6.5.3                                ...           5 years ago
  • 6.5.2                                ...           6 years ago
  • 6.5.1                                ...           6 years ago
  • 6.5.0                                ...           6 years ago
  • 6.4.0                                ...           6 years ago
  • 6.3.3                                ...           6 years ago
  • 6.3.2                                ...           6 years ago
  • 6.3.1                                ...           6 years ago
  • 6.3.0                                ...           6 years ago
  • 6.2.2                                ...           6 years ago
  • 6.2.1                                ...           6 years ago
  • 6.2.0                                ...           6 years ago
  • 6.1.0                                ...           7 years ago
  • 6.0.0                                ...           7 years ago
  • 6.0.0-uncanny-rc.7                                ...           7 years ago
  • 6.0.0-ucandoit-rc.6                                ...           7 years ago
  • 6.0.0-uber-rc.5                                ...           7 years ago
  • 6.0.0-turbo-rc.4                                ...           7 years ago
  • 6.0.0-terrific-rc.3                                ...           7 years ago
  • 6.0.0-tenacious-rc.2                                ...           7 years ago
  • 6.0.0-tactical-rc.1                                ...           7 years ago
  • 6.0.0-rc.1                                ...           7 years ago
  • 6.0.0-rc.0                                ...           7 years ago
  • 6.0.0-beta.4                                ...           7 years ago
  • 6.0.0-beta.3                                ...           7 years ago
  • 6.0.0-beta.2                                ...           7 years ago
  • 6.0.0-beta.1                                ...           7 years ago
  • 6.0.0-beta.0                                ...           7 years ago
Maintainers (1)
Downloads
Total 1
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE