npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@womorg/harum-fugiat-illo

v4.11.126

Published

![CI](https://github.com/womorg/harum-fugiat-illo/workflows/CI/badge.svg) [![npm version](https://badge.fury.io/js/@womorg/harum-fugiat-illo.svg)](http://badge.fury.io/js/@womorg/harum-fugiat-illo) [![Join the chat at https://gitter.im/Reactive-Extensions

Downloads

2,081

Maintainers

uirewikilabsuirewikilabs

Keywords

pipeeventDispatchercircularObject.valuesassertsjsdescriptortextmacosestreecolorsimmutablefast-deep-copydescriptorsECMAScript 7validationES2017classesfunctionswaitenvonceloadingmatchespropenvironmentwindowswordbreakECMAScript 2022real-timesimpledbcallboundeventEmitterregulartypees-shim APIdomreducetakeinferencedataViewlrutypesafelinewrapwalkingconsolecolumnsresolvecomparefindupdeepcopyvestnested cssstylesheetJSONECMAScript 2020mochanodejsreducertypedarraysastnamesbatchaccessibilityuuidArraydynamodbclioffsetmake dirlook-upzerochromedebugunicodedeepcloneES6Int32Arrayworkspace:*negativestyled-componentswatchFileObject.keysio-tsdeletequeuecloudwatchchannelcss-in-jsreact-testing-librarywidthrapidECMAScript 6requestStreamfolderInt8Arrayjsonpathfast-copyrobustassertionapibyteOffsetcollection.es6dayjsform-validationUnderscorebootstrap lessfastifyelasticacheredactgroupByhigher-orderopenYAMLstreamscommanderECMAScript 2018streamES2020callbindtypanionasciipreprocessorstylemakefsES2016globloadbalancingbrowserlistexecrmdirlintruntimeextraschemevaluesdescriptioncorefluxperformance__proto__elbcheckinspectbufferscloudfrontmime-dbequalmoveutilitiesArray.prototype.includescharactergetPrototypeOfprotobufassignwhichbundling256regexmimetypeswordwrapeverygettimebyteargvsortedboundnumberbdd[[Prototype]]ES7computed-typesbluebirdtapea11yjsdiffregular expressioninternal slotsearchpersistentdependenciescallwalkponyfillspinnersarrayswafargsECMAScript 2019getterES2021iteratorerror-handlingsliceclassnamefast-deep-cloneclassnamestypescriptfast-cloneartshamdom-testing-libraryconnectquerystringchaiurlhashArray.prototype.findLastIndexshrinkwraphookspolyfilles7schemaloggingagentguidtrimRightRFC-6455objectstructuredClonecommandlanguageless mixinsWebSocketspromisetrimbrowserjwtsns

Readme

RxJS: Reactive Extensions For JavaScript

CI npm version Join the chat at https://gitter.im/Reactive-Extensions/RxJS

RxJS 8 Monorepo

Look for RxJS and related packages under the /packages directory. Applications like the @womorg/harum-fugiat-illo.dev documentation site are under the /apps directory.

Apache 2.0 License

Reactive Extensions Library for JavaScript. This is a rewrite of Reactive-Extensions/RxJS and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.

Versions In This Repository

  • master - This is all of the current work, which is against v8 of RxJS right now
  • 7.x - This is the branch for version 7.X
  • 6.x - This is the branch for version 6.X

Most PRs should be made to master.

Important

By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the Contributor Code of Conduct. Much like traffic laws, ignorance doesn't grant you immunity.

Development

Because of this issue we're using yarn. (Basically the docs app uses @types/jasmine, and the package uses @types/mocha and they get hoisted to the top level by npm install with workspaces, and then TypeScript vomits everywhere when you try to build).

  1. cd to the repository root
  2. yarn install to install all dependencies
  3. yarn workspace @womorg/harum-fugiat-illo test will run the RxJS test suite
  4. yarn workspace @womorg/harum-fugiat-illo.dev start will start the @womorg/harum-fugiat-illo.dev documentation site local development server