Socket
Socket
Sign inDemoInstall

spreadsheet-lit-element

Package Overview
Dependencies
124
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.120 to 0.0.122

2

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

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

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

super.disconnectedCallback();
this.api.disconnected();
console.log('disconnected')

@@ -254,14 +253,2 @@ }

}
if (initial) {
window.setTimeout(() => {
this.update(_changedProperties, initial);
});
} else {
this.update(_changedProperties, initial);
}
}
update(_changedProperties, initial) {
let propNames = [];

@@ -397,53 +384,53 @@ let dirty = false;

, 'columnBufferSize'
, 'rows'
,'cols'
,'colGroupingData'
,'rowGroupingData'
,'colGroupingMax'
,'rowGroupingMax'
,'colGroupingInversed'
,'rowGroupingInversed'
,'defRowH'
,'defColW'
,'rowH'
,'colW'
,'reload'
,'sheetIndex'
,'sheetNames'
,'cellStyleToCSSStyle'
,'rowIndexToStyleIndex'
,'columnIndexToStyleIndex'
,'lockedColumnIndexes'
,'lockedRowIndexes'
,'shiftedCellBorderStyles'
,'conditionalFormattingStyles'
,'hiddenColumnIndexes'
,'hiddenRowIndexes'
,'verticalScrollPositions'
,'horizontalScrollPositions'
,'sheetProtected'
,'workbookProtected'
,'cellKeysToEditorIdMap'
,'componentIDtoCellKeysMap'
,'hyperlinksTooltips'
,'cellComments'
,'cellCommentAuthors'
,'visibleCellComments'
,'invalidFormulaCells'
,'hasActions'
,'overlays'
,'mergedRegions'
,'displayGridlines'
,'displayRowColHeadings'
,'verticalSplitPosition'
,'horizontalSplitPosition'
,'infoLabelValue'
,'workbookChangeToggle'
,'invalidFormulaErrorMessage'
,'lockFormatColumns'
,'lockFormatRows'
,'namedRanges'
,'width'
,'height'
,'reload'
, 'rows'
,'cols'
,'colGroupingData'
,'rowGroupingData'
,'colGroupingMax'
,'rowGroupingMax'
,'colGroupingInversed'
,'rowGroupingInversed'
,'defRowH'
,'defColW'
,'rowH'
,'colW'
,'reload'
,'sheetIndex'
,'sheetNames'
,'cellStyleToCSSStyle'
,'rowIndexToStyleIndex'
,'columnIndexToStyleIndex'
,'lockedColumnIndexes'
,'lockedRowIndexes'
,'shiftedCellBorderStyles'
,'conditionalFormattingStyles'
,'hiddenColumnIndexes'
,'hiddenRowIndexes'
,'verticalScrollPositions'
,'horizontalScrollPositions'
,'sheetProtected'
,'workbookProtected'
,'cellKeysToEditorIdMap'
,'componentIDtoCellKeysMap'
,'hyperlinksTooltips'
,'cellComments'
,'cellCommentAuthors'
,'visibleCellComments'
,'invalidFormulaCells'
,'hasActions'
,'overlays'
,'mergedRegions'
,'displayGridlines'
,'displayRowColHeadings'
,'verticalSplitPosition'
,'horizontalSplitPosition'
,'infoLabelValue'
,'workbookChangeToggle'
,'invalidFormulaErrorMessage'
,'lockFormatColumns'
,'lockFormatRows'
,'namedRanges'
,'width'
,'height'
,'reload'
]

@@ -450,0 +437,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