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

svelte-table-layout

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-table-layout - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

14

dist/Table.svelte.d.ts

@@ -10,2 +10,14 @@ import { SvelteComponentTyped } from "svelte";

this?: HTMLTableElement | undefined;
headStyle?: string | undefined;
headId?: string | undefined;
headClass?: string | undefined;
thead?: HTMLTableSectionElement | undefined;
bodyStyle?: string | undefined;
bodyId?: string | undefined;
bodyClass?: string | undefined;
tbody?: HTMLTableSectionElement | undefined;
footStyle?: string | undefined;
footId?: string | undefined;
footClass?: string | undefined;
tfoot?: HTMLTableSectionElement | undefined;
computedColumnWidths?: number[] | undefined;

@@ -19,3 +31,5 @@ computedRowHeights?: number[] | undefined;

slots: {
head: {};
default: {};
foot: {};
};

@@ -22,0 +36,0 @@ };

2

package.json
{
"name": "svelte-table-layout",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "exports": {

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