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

@solid-primitives/resize-observer

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/resize-observer - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "@solid-primitives/resize-observer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Reactive primitives for observing resizing of HTML elements.",

@@ -5,0 +5,0 @@ "author": "Moshe Udimar",

@@ -16,3 +16,3 @@ <p>

- [`createResizeObserver`](#createResizeObserver) — Create resize observer instance, listening for changes to size of reactive element targets array.
- [`createWindowSize`](#createWindowSize) — Creates a reactive store-like object of current width and height dimensions of window, page and screen.
- [`createWindowSize`](#createWindowSize) — Creates a reactive store-like object of current width and height dimensions of the browser window.
- [`createElementSize`](#createElementSize) — Creates a reactive store-like object of current width and height dimensions of html element.

@@ -106,3 +106,3 @@

Creates a reactive store-like object of current width and height dimensions of window, page and screen.
Creates a reactive store-like object of current width and height dimensions of the browser window.

@@ -173,2 +173,6 @@ ### How to use it

## Demo
https://codesandbox.io/s/solid-primitives-resize-observer-yg41gd?file=/index.tsx
## Changelog

@@ -175,0 +179,0 @@

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