New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte-infinitable

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-infinitable - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

3

dist/infinitable/context.d.ts
import type { Readable } from 'svelte/store';
import type { FilterDetailItem, InternalSortDetail, TableFilterHeader } from '../types/index.js';
export declare enum InfinitableRunMode {
DEBUG = "debug"
}
export type InfiniteTableRowData<T = unknown> = {

@@ -7,0 +4,0 @@ selected: boolean;

import { getContext, setContext } from 'svelte';
export var InfinitableRunMode;
(function (InfinitableRunMode) {
InfinitableRunMode["DEBUG"] = "debug";
})(InfinitableRunMode || (InfinitableRunMode = {}));
const infiniteTableContextKey = Symbol('infinite_table_context_key');

@@ -7,0 +3,0 @@ export function setInfiniteTableContext(ctx) {

7

dist/infinitable/infinitable.svelte.d.ts

@@ -73,2 +73,9 @@ import { type Snippet } from 'svelte';

class?: string;
/**
* If set to `true`, buttons will be rendered that make it easy to switch
* between different states of the table.
*
* @default false
*/
debug?: boolean;
/*******

@@ -75,0 +82,0 @@ * Events

{
"name": "svelte-infinitable",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",

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

@@ -42,2 +42,3 @@ # Svelte Infinitable

| `class` | `string` | `''` | Yes | Classes to apply to the table wrapper element. |
| `debug` | `boolean` | `false` | Yes | If set to `true`, buttons will be rendered that make it easy to switch between different states of the table. |

@@ -101,3 +102,3 @@ ### Events

}
}
};
</script>

@@ -104,0 +105,0 @@

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