🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

wx-svelte-grid

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wx-svelte-grid - npm Package Compare versions

Comparing version

to
2.0.1

21

package.json
{
"name": "wx-svelte-grid",
"version": "2.0.0-beta-3",
"version": "2.0.1",
"description": "A powerful and flexible DataGrid component written in Svelte",
"productTag": "grid",
"needsTrial": true,
"productTrial": false,
"type": "module",
"scripts": {
"build": "vite build",
"build:dist": "vite build --mode dist",
"build:tests": "vite build --mode test",
"lint": "yarn eslint ./demos ./src",
"start": "vite --open",
"start:tests": "vite --open=/tests/ --mode test --host 0.0.0.0 --port 5100",
"start:tests": "vite --open=/tests/ --host 0.0.0.0 --port 5100 --mode test",
"test": "true",

@@ -34,10 +35,10 @@ "test:cypress": "cypress run -P ./ --config \"baseUrl=http://localhost:5100/tests\""

"dependencies": {
"wx-lib-dom": "0.6.0",
"wx-lib-dom": "0.7.1",
"wx-lib-state": "1.9.0",
"wx-lib-svelte": "0.4.0",
"wx-svelte-menu": "2.0.0-beta-2",
"wx-svelte-core": "2.0.0-beta-2",
"wx-grid-data-provider": "2.0.0-beta-3",
"wx-grid-locales": "2.0.0-beta-3",
"wx-grid-store": "2.0.0-beta-3"
"wx-lib-svelte": "0.5.1",
"wx-svelte-menu": "2.0.1",
"wx-svelte-core": "2.0.1",
"wx-grid-data-provider": "2.0.1",
"wx-grid-locales": "2.0.1",
"wx-grid-store": "2.0.1"
},

@@ -44,0 +45,0 @@ "files": [

@@ -14,2 +14,6 @@ import Grid from "./components/Grid.svelte";

import { setEnv } from "wx-lib-dom";
import { env } from "wx-lib-svelte";
setEnv(env);
export {

@@ -16,0 +20,0 @@ Cell,

@@ -0,1 +1,7 @@

### 2.0.1
- [add] svelte 5 support
- [update] data-request event renamed to request-data
- [update] property `selected` removed
### 1.3.3

@@ -2,0 +8,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet