In @reactivex/rxjs
package it is suggested that scoped package should be used:
npm install @reactivex/rxjs
And UMD module is available through npmcdn as
https://npmcdn.com/@reactivex/[email protected]/dist/global/Rx.umd.js
However, unscoped rxjs
package has got published 5.x versions too but README also suggests
npm install @reactivex/rxjs
And UMD module is available as
https://npmcdn.com/[email protected]/bundles/Rx.umd.js
Both refer to git+ssh://[email protected]/ReactiveX/RxJS.git
repository, but package contents look totally different.
Why do their trees differ so much? What is the practical difference between those two? Is there a reason why one of them should be favoured at this moment?
doubled check now and they appears to be the same file
$ wget https://npmcdn.com/[email protected]/bundles/Rx.umd.js -q -O rxjs
$ wget https://npmcdn.com/@reactivex/[email protected]/dist/global/Rx.umd.js -q -O reativx-rxjs
$ diff rxjs reativx-rxjs
$
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With