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

@revolist/vue3-datagrid

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revolist/vue3-datagrid - npm Package Compare versions

Comparing version 4.11.14 to 4.11.16

1

dist/index.d.ts

@@ -69,3 +69,4 @@ import { ColumnDataSchemaModel } from '@revolist/revogrid';

export * from "@revolist/revogrid";
export * from "@revolist/revogrid/loader";
export { }

5

dist/vue3-datagrid.js
import { defineComponent as I, ref as S, getCurrentInstance as v, inject as z, h as L, createVNode as M, render as V, defineAsyncComponent as D } from "vue";
import { defineCustomElements as G } from "@revolist/revogrid/loader";
export * from "@revolist/revogrid/loader";
export * from "@revolist/revogrid";

@@ -209,4 +210,4 @@ const p = "routerLink", k = "navManager", N = "router", U = "aria", m = Symbol(), E = { default: m }, P = (t) => (t == null ? void 0 : t.split(" ")) || [], F = (t, e, i = []) => {

}
var x;
const A = (x = G) == null ? void 0 : x(), Q = D(async () => (Y(A) && await A, W));
var A;
const x = (A = G) == null ? void 0 : A(), Q = D(async () => (Y(x) && await x, W));
export {

@@ -213,0 +214,0 @@ Q as VGrid,

{
"name": "@revolist/vue3-datagrid",
"version": "4.11.14",
"version": "4.11.16",
"description": "Vue 3 DataGrid Spreadsheet component with native Vue 3 cell render support",

@@ -68,3 +68,3 @@ "main": "./dist/vue3-datagrid.umd.cjs",

"dependencies": {
"@revolist/revogrid": "4.11.14"
"@revolist/revogrid": "4.11.16"
},

@@ -71,0 +71,0 @@ "devDependencies": {

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