New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

immview

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immview - npm Package Versions

23
6

3.2.10

Diff

Changelog

Source

3.2.10

  • fix: sources added to npm package as source maps in compiled version was referencing it
arturkulig
published 3.2.9 •

Changelog

Source

3.2.9

  • fix: resubscribing to closed Observable/Atom caused hanging, dead subscription
  • fix: incorrectly closed AsyncIterator
arturkulig
published 3.2.8 •

Changelog

Source

3.2.8

  • fix: Throwing in rejection function in then of PromiseLike part of Observable/Atom interface not handled properly
arturkulig
published 3.2.7 •

Changelog

Source

3.2.7

  • fix: Process#closed not set to true when process dies
arturkulig
published 3.2.6 •

arturkulig
published 3.2.5 •

Changelog

Source

3.2.5

  • fix: Symbol.asyncIterator is readonly, so do not overwrite it when it is in
arturkulig
published 3.2.4 •

Changelog

Source

3.2.4

  • fix: memory issues with typescript 2.4+
arturkulig
published 3.2.3 •

Changelog

Source

3.2.3

  • fix: distinct operator should not trigger predicate for first value.
arturkulig
published 3.2.2 •

Changelog

Source

3.2.2

  • fix: subscribe function proper signature
arturkulig
published 3.2.1 •

Changelog

Source

3.2.1

  • fix: filter and distinct operators are not triggered for initial Atoms values

3.2

  • feat: Atom, Observable and Domain fulfill PromiseLike interface. Deref-ing with await keyword in possible.
  • feat: new class Process is running a async function provided to constructor and receiving a observable message box
  • fix: Operators (.map, .filter etc) cancel subscription on source if target has been closed
  • fix: AsyncIterable & PromiseLike interfaces in Stream, so streams returned with operators can present it too
  • fix: Exiting iteration over stream should not complete that stream

3.1

  • fix: Combine completes upon any of sources completion.
  • feat: Atom, Observable and Domain fulfill AsyncIterable interface making them usable with for...await...of loops.

3.0

  • feat: Atom class has beed added. It behaves very much like Observable, has a compatible interface, but it is for holding persistent state rather than just pushing messages that have temporary nature. It cannot be created without a state value and upon new subscription Atom pushes last state value to that subscriber.
  • feat: Observables release pending messages as soon as first subscription is created. Making sure all subscriptions meant to be created are already created is up to developer. Usually Promise.resolve().then(/* here */) should be sufficient.
  • feat: Combine extends Atom class now instead of Observable. Observables can be still connected to a Combine instance.

2.2

  • feat: Observable.fromPromise
  • feat: Observable.previous() returns NO_VALUE (library export) when no value has been pushed yet. Previously undefined was returned.

2.1

  • feat: Observable::reemit
23
6
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