Socket
Socket
Sign inDemoInstall

resize-observer

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

1.0.4

Diff

Changelog

Source

[1.0.4] - 2021-11-29

  • Fix: Allow elements created in one window context to be observed when mounted to the DOM of another window context (#100)
devrelm
published 1.0.3 •

Changelog

Source

[1.0.3] - 2021-11-15

  • Fix: Allow elements to be observed across window contexts (#99)
devrelm
published 1.0.2 •

Changelog

Source

[1.0.2] - 2021-05-24

Fixed

  • Fix: Enable reuse of ResizeObserver (#96)
  • Fix allowing double tracking of the first element (#94; thgreasi)
devrelm
published 1.0.1 •

Changelog

Source

[1.0.1] - 2021-05-24

Fixed

  • Fix memory & cpu leak after disconnect() (#93; thgreasi)

Chores

  • Update various dev dependencies (#25, #27, #29, #31; dependabot)
devrelm
published 1.0.0 •

Changelog

Source

[1.0.0] - 2018-11-28

Added

  • Added unpkg field in package.json. You can now load dist/resize-observer.min.js via <script src="https://unpkg.com/resize-observer"></script>. (#14; renaatdemuynck)

Changed

  • Include src/ files in the npm package (#12)
  • resize-observer is now a ponyfill
  • Rewritten in TypeScript
  • Type declaration files are now generated
  • Migrate from Travis to CircleCI for PR tests (#13)
  • Removed defective coverage badge (f65192b)
devrelm
published 1.0.0-alpha.1 •

Changelog

Source

[1.0.0-alpha.1] - 2018-08-21

Changed

  • Include src/ files in the npm package (#12)
devrelm
published 1.0.0-alpha.0 •

Changelog

Source

[1.0.0-alpha.0] - 2018-08-13

Changed

  • resize-observer is now a ponyfill
  • Rewritten in TypeScript
  • Type declaration files are now generated
devrelm
published 0.1.1 •

Changelog

Source

[0.1.1] - 2018-08-10

Fixed

  • Added typings to package.json
devrelm
published 0.1.0 •

Changelog

Source

[0.1.0] - 2018-03-25

Fixed

  • new ResizeObserver, ResizeObserver.prototype.observe, and , ResizeObserver.prototype.unobserve should throw a TypeError when called with no arguments or the wrong argument type.
devrelm
published 0.0.4 •

Changelog

Source

[0.0.4] - 2016-10-26

Fixed

  • Use setTimeout instead of setInterval for fallback when requestAnimationFrame doesn't exist
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