Installations
npm install rx-lite-async-compat
Developer Guide
Typescript
No
Module System
CommonJS, UMD
Node Version
5.5.0
NPM Version
3.7.1
Score
70.1
Supply Chain
83.6
Quality
75.5
Maintenance
100
Vulnerability
100
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (91.95%)
TypeScript (6.82%)
HTML (1.2%)
Shell (0.03%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
Download Statistics
Total Downloads
9,067
Last Day
1
Last Week
6
Last Month
28
Last Year
521
GitHub Statistics
19,467 Stars
2,357 Commits
2,097 Forks
545 Watching
2 Branches
277 Contributors
Bundle Size
3.25 kB
Minified
1.34 kB
Minified + Gzipped
Package Meta Information
Latest Version
4.0.8
Package Id
rx-lite-async-compat@4.0.8
Size
7.22 kB
NPM Version
3.7.1
Node Version
5.5.0
Total Downloads
Cumulative downloads
Total Downloads
9,067
Last day
0%
1
Compared to previous day
Last week
-71.4%
6
Compared to previous week
Last month
21.7%
28
Compared to previous month
Last year
11.8%
521
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
RxJS Async Compat Module
The Reactive Extensions for JavaScript provides support for bridging to events, promises, callbacks, Node.js-style callbacks and more. This module includes all of that functionality. In addition, this also supports taking ordinary functions and turning them into asynchronous functions via Observable sequences. This requires rx.lite.compat.js
from the rx-lite-compat
NPM module. This module has support for older browsers which do not support ES5 functionality, hence the name compat
.
Getting Started
There are a number of ways to get started with RxJS.
Installing with NPM
```bash` $ npm install rx-lite-async-compat $ npm install -g rx-lite-async-compat
### Using with Node.js and Ringo.js
```js
var Rx = require('rx-lite-async-compat');
In a Browser:
1<!-- Just the core RxJS --> 2<script src="path/to/rx.lite.js"></script> 3<script src="path/to/rx.lite.async.compat.js"></script>
Included Observable Operators
Observable Methods
Contributing
There are lots of ways to contribute to the project, and we appreciate our contributors. If you wish to contribute, check out our style guide.
You can contribute by reviewing and sending feedback on code checkins, suggesting and trying out new features as they are implemented, submit bugs and help us verify fixes as they are checked in, as well as submit code fixes or code contributions of your own. Note that all code submissions will be rigorously reviewed and tested by the Rx Team, and only those that meet an extremely high bar for both quality and design/roadmap appropriateness will be merged into the source.
License
Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Microsoft Open Technologies would like to thank its contributors, a list of whom are at https://github.com/Reactive-Extensions/RxJS/wiki/Contributors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
Reason
all changesets reviewed
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: license.txt:0
- Warn: project license file does not contain an FSF or OSI license.
Reason
binaries present in source code
Details
- Warn: binary detected: .nuget/nuget.exe:1
Reason
project is archived
Details
- Warn: Repository is archived.
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 30 are checked with a SAST tool
Score
4.2
/10
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More