Socket
Socket
Sign inDemoInstall

spreadsheet-lit-element

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spreadsheet-lit-element - npm Package Compare versions

Comparing version 0.0.80 to 0.0.81

4

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

@@ -36,3 +36,3 @@ "main": "vaadin-spreadsheet.js",

"lit-element": "^2.3.1",
"spreadsheet-export": "^0.0.79"
"spreadsheet-export": "^0.0.80"
},

@@ -39,0 +39,0 @@ "devDependencies": {

@@ -231,3 +231,2 @@ /**

this.api = new Spreadsheet(div);
this.api.relayout();
console.log('updated')

@@ -414,3 +413,3 @@ this.createCallbacks();

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

@@ -417,0 +416,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