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

@vaadin/resizable-mixin

Package Overview
Dependencies
Maintainers
16
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/resizable-mixin - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"name": "@vaadin/resizable-mixin",
"version": "0.1.1",
"version": "0.1.2",
"author": "Vaadin Ltd",

@@ -31,3 +31,3 @@ "license": "Apache-2.0",

},
"gitHead": "ff5f69931daced1cb7176b7774547752c1c982c7"
"gitHead": "c83bb8903ef1a84e011035b3ba30a99dfbc98e7f"
}

@@ -26,3 +26,3 @@ import getResizeObserver from './resize-observer-polyfill';

Resizable._resizeObserver = new ResizeObserver((entries) => {
entries.forEach(entry => {
entries.forEach((entry) => {
entry.target._sizeChanged(entry.contentRect);

@@ -29,0 +29,0 @@ });

Sorry, the diff of this file is not supported yet

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