Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@reactivex/ix-es2015-esm

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactivex/ix-es2015-esm - npm Package Versions

1345

4.3.1

Diff

Changelog

Source

4.3.1 (2021-03-23)

Bug Fixes

  • Promise.race: Fix Promise.race memory leaks (#323) (75ef616)

chore

  • npm-release.sh: set concurrency to 1 to work around npm publish rate limits (825bdd8)
  • saferace.ts: add unlicense to safeRace.ts (c9c0a83)
ptaylor
published 4.3.0 •

Changelog

Source

4.3.0 (2021-03-15)

Bug Fixes

  • Abort: Ensure removal of event listeners from AbortSignal (#321) (d4de33b)
ptaylor
published 4.2.0 •

Changelog

Source

4.2.0 (2021-01-26)

Bug Fixes

  • umd: fix the UMD bundle export names so they don't conflict and overwrite each other (#318) (c45eaa8)
ptaylor
published 4.1.0 •

Changelog

Source

4.1.0 (2021-01-21)

Bug Fixes

  • operators: export withLatestFrom and withAbort AsyncIterable operators (#313) (19915b5)
  • operators: support Array.prototype.reduce signature in Iterable scan and reduce operators again. Fixes #311 (#312) (1d98746)
  • repeat-spec.ts: fix unhandled-rejection error in node v15 (7d84c87)
  • takeUntil: complete iterable immediately (#315) (#316) (97b2ca2)

chore

  • npm-release.sh: add prompt to enter npm OTP before release (f0c111e)
  • npm-release.sh: use npm run-script instead of npx run-s in release script (b03597d)

Documentation

  • readme: fix wrong result of samples and typo (16fe9b0)
ptaylor
published 4.0.0 •

Changelog

Source

4.0.0 (2020-09-01)

Continuous Integration

  • travis: update to the latest npm (d53de73)

Documentation

  • AsyncIterable: Add basic async-iterable docs (11c2037)
  • creation: split creation/converting (e8dfa97)
  • IxJS: Adding basic overview (10abfdc)

Features

  • Abort: Add basic abortsignal support (a66a7c8)

  • Abort: Add basic abortsignal support (07ba58c)

  • Abort: Add more aborts (b7832a6)

  • Abort: add more throws if aborted (2a489e1)

  • Abort: fix debounce (954ce58)

  • Abort: Fix most operators (08a4c08)

  • Abort: fix reduce (6e848f1)

  • Abort: Formatting (d9e75ef)

  • Abort: Update all JSDocs (313a1b4)

  • asasynciterable: add AsyncIterableTransform stream (e3d12a1)

  • min/max: Fix min and max (37e7c0a)

  • never: Adds never (64a9c31)

  • Adding converting docs and links (6c493ae)

  • Updating through withLatestFrom (79be89c)

  • Adding docs through map (cf6a509)

Bug Fixes

  • aborterror: add Symbol.hasInstance method to AbortSignal (c9d9f1e)
  • closure: fixing indexing (8692d0c)
  • debounce: fix AsyncIterable debounce and reenable tests (480996e)
  • extremaBy: fixing extrema/minBy (297d6e4)
  • maxby-spec: fix maxby test (2699e40)
  • minification: fix test failures breaking due to aggressive closure-compiler minification (a888ce8)
  • specs: fixing tests for single (2793801)
  • tests: Fix bad max test (3a853ee)
  • tests: Fixing tests (0affef1)
  • tests: Fixing tests (c0a3e68)
  • tests: Get closure working on tests (4c0705f)

Build System

  • jest: disable jest test caching (92a1978)
  • typescript: update typescript, tslib, and google-closure-compiler versions (37d66b3)

chore

Code Refactoring

  • abortsignal: remove AbortSignal interface (8ed7fca)

Styles

  • specs: reorder expected vs. actual comparisons for error-throwing tests (3cc1d8d)

Tests

  • umd: import test utils to fix missing window global when testing webpack-minified UMD bundles (111f854)
ptaylor
published 3.0.2 •

Changelog

Source

4.0.0 (2020-09-01)

Continuous Integration

  • travis: update to the latest npm (d53de73)

Documentation

  • AsyncIterable: Add basic async-iterable docs (11c2037)
  • creation: split creation/converting (e8dfa97)
  • IxJS: Adding basic overview (10abfdc)

Features

  • Abort: Add basic abortsignal support (a66a7c8)

  • Abort: Add basic abortsignal support (07ba58c)

  • Abort: Add more aborts (b7832a6)

  • Abort: add more throws if aborted (2a489e1)

  • Abort: fix debounce (954ce58)

  • Abort: Fix most operators (08a4c08)

  • Abort: fix reduce (6e848f1)

  • Abort: Formatting (d9e75ef)

  • Abort: Update all JSDocs (313a1b4)

  • asasynciterable: add AsyncIterableTransform stream (e3d12a1)

  • min/max: Fix min and max (37e7c0a)

  • never: Adds never (64a9c31)

  • Adding converting docs and links (6c493ae)

  • Updating through withLatestFrom (79be89c)

  • Adding docs through map (cf6a509)

Bug Fixes

  • aborterror: add Symbol.hasInstance method to AbortSignal (c9d9f1e)
  • closure: fixing indexing (8692d0c)
  • debounce: fix AsyncIterable debounce and reenable tests (480996e)
  • extremaBy: fixing extrema/minBy (297d6e4)
  • maxby-spec: fix maxby test (2699e40)
  • minification: fix test failures breaking due to aggressive closure-compiler minification (a888ce8)
  • specs: fixing tests for single (2793801)
  • tests: Fix bad max test (3a853ee)
  • tests: Fixing tests (0affef1)
  • tests: Fixing tests (c0a3e68)
  • tests: Get closure working on tests (4c0705f)

Build System

  • jest: disable jest test caching (92a1978)
  • typescript: update typescript, tslib, and google-closure-compiler versions (37d66b3)

chore

Code Refactoring

  • abortsignal: remove AbortSignal interface (8ed7fca)

Styles

  • specs: reorder expected vs. actual comparisons for error-throwing tests (3cc1d8d)

Tests

  • umd: import test utils to fix missing window global when testing webpack-minified UMD bundles (111f854)
ptaylor
published 2.5.5 •

ptaylor
published 3.0.1 •

Changelog

Source

3.0.1 (2020-02-21)

chore

Documentation

ptaylor
published 3.0.0 •

Changelog

Source

3.0.1 (2020-02-21)

chore

Documentation

ptaylor
published 2.5.3 •

Changelog

Source

2.5.3 (2019-03-27)

Bug Fixes

  • asynciterable#memoize: ensure memoize and publish source values are only pulled once (8392c50)

  • from: ensure iterable and asynciterable from methods accept iterators (8392c50)

  • observers: widen the return type of observer fns (8392c50)

  • asynciterable#tap: add selector function overload (8392c50)

Features

  • asynciterable-pipe: add tee, pipeTo, and pipeThrough to AsyncIterable prototype (873b8fe)

  • asynciterable-toDOMStream: add AsyncIterable#toDOMStream implementation (2e00c95)

  • asynciterable-fromDOMStream: add AsyncIterable.fromDOMStream implementation (2e00c95)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc