Socket
Socket
Sign inDemoInstall

spreadsheet-lit-element

Package Overview
Dependencies
123
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.116 to 0.0.117

2

package.json
{
"name": "spreadsheet-lit-element",
"version": "0.0.116",
"version": "0.0.117",
"description": "A simple web component",

@@ -5,0 +5,0 @@ "main": "vaadin-spreadsheet.js",

@@ -435,6 +435,8 @@ /**

}
this.api.notifyStateChanges(propNames, initial);
if (initial) {
this.api.relayout();
}
window.setTimeout(() => {
this.api.notifyStateChanges(propNames, initial);
if (initial) {
this.api.relayout();
}
});
}

@@ -441,0 +443,0 @@

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