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

@opentiny/vue-grid

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-grid - npm Package Compare versions

Comparing version 3.10.3 to 3.10.4

2

package.json
{
"name": "@opentiny/vue-grid",
"version": "3.10.3",
"version": "3.10.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -187,3 +187,3 @@ /**

ganttConfig: ObjectConstructor;
prefetch: (BooleanConstructor | ArrayConstructor)[];
prefetch: (ArrayConstructor | BooleanConstructor)[];
intersectionOption: ObjectConstructor;

@@ -450,3 +450,3 @@ columns: ArrayConstructor;

ganttConfig: ObjectConstructor;
prefetch: (BooleanConstructor | ArrayConstructor)[];
prefetch: (ArrayConstructor | BooleanConstructor)[];
intersectionOption: ObjectConstructor;

@@ -453,0 +453,0 @@ columns: ArrayConstructor;

@@ -9,3 +9,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{

vSize(): any;
}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
modelValue: (StringConstructor | NumberConstructor)[];

@@ -12,0 +12,0 @@ label: (StringConstructor | NumberConstructor)[];

@@ -182,3 +182,3 @@ /**

ganttConfig: ObjectConstructor;
prefetch: (BooleanConstructor | ArrayConstructor)[];
prefetch: (ArrayConstructor | BooleanConstructor)[];
intersectionOption: ObjectConstructor;

@@ -343,3 +343,3 @@ };

ganttConfig: ObjectConstructor;
prefetch: (BooleanConstructor | ArrayConstructor)[];
prefetch: (ArrayConstructor | BooleanConstructor)[];
intersectionOption: ObjectConstructor;

@@ -346,0 +346,0 @@ };

Sorry, the diff of this file is too big to display

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