Socket
Socket
Sign inDemoInstall

symbol-observable

Package Overview
Dependencies
0
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

4.0.0

Diff

blesh
published 3.0.0 •

Changelog

Source

3.0.0 (2020-11-02)

Bug Fixes

  • TypeScript: Symbol.observable is now unique symbol. (2ef1476), closes #41
  • TypeScript: Symbol[Symbol.observable] is no longer incorrectly defined (fe4301f)

BREAKING CHANGES

  • TypeScript: Older versions of @types/node will clash with this, because @types/node incorrectly defined Symbol.observable has symbol and not unique symbol. Update to @types/node@14.14.6 or higher.
blesh
published 2.0.3 •

Changelog

Source

2.0.3 (2020-09-30)

Bug Fixes

  • package.json ponyfill.d.ts added to package (b25f5bf)
blesh
published 2.0.2 •

Changelog

Source

2.0.2 (2020-09-29)

Bug Fixes

  • TypeScript ponyfill types added (10d2ec8)
blesh
published 2.0.1 •

Changelog

Source

2.0.1 (2020-09-04)

Bug Fixes

  • package.json: es/ponyfill.js no longer typoed (ad2c079)
  • Resolve issues in environments with frozen Symbol (2323882)
blesh
published 2.0.0 •

Changelog

Source

2.0.0 (2020-09-01)

Bug Fixes

  • Resolve issues in environments with frozen Symbol (2323882)

BREAKING CHANGE: This moves to using Symbol.for to create the symbol instance. It's possible that some runtimes that support Symbol do not support Symbol.for. Therefor, I'm marking this as a breaking change. If you find that you hit this issue, please report it. You can work around it by polyfilling Symbol.for.

<a name="1.2.0"></a>

blesh
published 1.2.0 •

Changelog

Source

1.2.0 (2018-01-26)

Bug Fixes

  • TypeScript: Remove global Symbol declaration (427c3d7)
  • common js usage example (#30) (42c2ffa)

Features

  • bundlers: Add module and main entries in package.json (#33) (97673e1)

<a name="1.1.0"></a>

blesh
published 1.1.0 •

Changelog

Source

1.1.0 (2017-11-28)

Bug Fixes

  • TypeScript: update TS to 2.0, fix typings (e08474e), closes #27

Features

  • browser: Fully qualified import for native esm browser support (#31) (8ae5f8e)
  • index.d.ts: add type info to Symbol.observable (e4be157)

<a name="1.0.4"></a>

blesh
published 1.0.4 •

Changelog

Source

1.0.4 (2016-10-13)

Bug Fixes

  • global: global variable location no longer assumes module exists (4f85ede), closes #24

<a name="1.0.3"></a>

blesh
published 1.0.3 •

Changelog

Source

1.0.3 (2016-10-11)

Bug Fixes

  • mozilla addons support: fix obtaining global object (#23) (38da34d), closes #23

<a name="1.0.2"></a>

2Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc