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

vue3-easy-data-table

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-easy-data-table - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json

@@ -6,3 +6,3 @@ {

"private": false,
"version": "1.2.0",
"version": "1.2.1",
"types": "./types/main.d.ts",

@@ -9,0 +9,0 @@ "license": "MIT",

export type SortType = 'asc' | 'desc'
export type FilterType = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'between';
export type FilterComparison = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'between';

@@ -5,0 +5,0 @@ export type FilterOption = {

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