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

fuzzy-ui

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuzzy-ui - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

package.json
{
"name": "fuzzy-ui",
"version": "0.0.11",
"version": "0.0.12",
"main": "src/index.ts",

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

@@ -28,3 +28,3 @@ import { ComputedRef, InjectionKey, Ref, Slots, WritableComputedRef } from 'vue'

sortDirection?: 'asc' | 'desc'
sortable?: boolean
sortable?: boolean | ((rowA: Row, rowB: Row, col: ColConfig) => number)
width?: string | number

@@ -31,0 +31,0 @@ }

Sorry, the diff of this file is not supported yet

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