rxjs-poll 2.2.8 → 2.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# RxJS Polling Operator
|
|
2
2
|
|
|
3
|
-
<a href="https://www.npmjs.com/package/rxjs-poll" target="_blank" rel="noopener noreferrer nofollow"><img alt="NPM Version" src="https://img.shields.io/npm/v/rxjs-poll"></a>
|
|
4
|
-
<a href="https://bundlephobia.com/package/rxjs-poll@
|
|
3
|
+
<a href="https://www.npmjs.com/package/rxjs-poll/v/v2-lts" target="_blank" rel="noopener noreferrer nofollow"><img alt="NPM Version" src="https://img.shields.io/npm/v/rxjs-poll/v2-lts?label=npm@v2"></a>
|
|
4
|
+
<a href="https://bundlephobia.com/package/rxjs-poll@2" target="_blank" rel="noopener noreferrer nofollow"><img alt="NPM Bundle Size" src="https://img.shields.io/bundlephobia/minzip/rxjs-poll/2?label=gzip@2"></a>
|
|
5
5
|
<a href="LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img alt="GitHub License" src="https://img.shields.io/github/license/mmustra/rxjs-poll"></a>
|
|
6
|
-
<a href="https://github.com/mmustra/rxjs-poll/tree/
|
|
7
|
-
<a href="https://github.com/mmustra/rxjs-poll/issues?q=is%3Aissue%20state%3Aopen%20label%
|
|
8
|
-
<a href="https://github.com/mmustra/rxjs-poll/commits/
|
|
6
|
+
<a href="https://github.com/mmustra/rxjs-poll/tree/v2/tests" target="_blank" rel="noopener noreferrer nofollow"><img alt="Codecov" src="https://img.shields.io/codecov/c/gh/mmustra/rxjs-poll/v2?label=coverage@v2&token=H9R97BLFQI"></a>
|
|
7
|
+
<a href="https://github.com/mmustra/rxjs-poll/issues?q=is%3Aissue%20state%3Aopen%20label%3Av2" target="_blank" rel="noopener noreferrer nofollow"><img alt="GitHub Issues" src="https://img.shields.io/github/issues/mmustra/rxjs-poll/v2?label=issues@v2"></a>
|
|
8
|
+
<a href="https://github.com/mmustra/rxjs-poll/commits/v2" target="_blank" rel="noopener noreferrer nofollow"><img alt="GitHub Latest Commits" src="https://img.shields.io/github/last-commit/mmustra/rxjs-poll/v2?label=activity@v2"></a>
|
|
9
9
|
|
|
10
10
|
A flexible RxJS operator library that enables polling on any completed observable source with advanced timing and retry strategies.
|
|
11
11
|
|
package/package.json
CHANGED