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.96 to 0.0.97

2

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

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

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

return html`
<h1>This is a web component</h1>
<slot></slot>

@@ -235,3 +234,3 @@ `;

div.setAttribute('class', 'spreadsheetport');
div.setAttribute('style', 'min-height: 120px;padding-bottom: 88px; width: 100%; height: 100%;');
div.setAttribute('style', 'min-height: 300px; min-width: 300px;width: 100%; height: 100%;');
this.append(div);

@@ -238,0 +237,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