Repository Analysis

vueuse/vueuse

Collection of essential Vue Composition Utilities for Vue 3

0.3 Likely human-written View on GitHub
0.3
Adjusted Score
0.3
Raw Score
100%
Time Factor
2026-05-30
Last Push
22,249
Stars
TypeScript
Language
138,474
Lines of Code
1514
Files
41
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 41

Pattern Findings

41 matches across 5 categories. Click a row to expand file-level details.

Hyper-Verbose Identifiers26 hits · 26 pts
SeverityFileLineSnippet
LOW…/__snapshots__/tsnapi/@vueuse/core/index.snapshot.d.ts1866export declare function usePreferredReducedMotion(_?: ConfigurableWindow): _$vue.ComputedRef<ReducedMotionType>;
LOW…/__snapshots__/tsnapi/@vueuse/core/index.snapshot.d.ts1867export declare function usePreferredReducedTransparency(_?: ConfigurableWindow): _$vue.ComputedRef<ReducedTransparencyTy
LOW…st/__snapshots__/tsnapi/@vueuse/core/index.snapshot.js118export function usePreferredReducedMotion(_) {}
LOW…st/__snapshots__/tsnapi/@vueuse/core/index.snapshot.js119export function usePreferredReducedTransparency(_) {}
LOW…/__snapshots__/tsnapi/@vueuse/shared/index.snapshot.js8export function createDisposableDirective(_) {}
LOWpackages/core/onLongPress/index.test.ts56 async function notTriggerCallbackOnChildLongPress(isRef: boolean) {
LOWpackages/core/onLongPress/index.test.ts67 async function workOnceAndPreventModifiers(isRef: boolean) {
LOWpackages/core/onLongPress/index.test.ts120 async function triggerCallbackWithThreshold(isRef: boolean) {
LOWpackages/core/onLongPress/index.md124function onLongPressCallbackComponent(e: PointerEvent) {
LOWpackages/core/onLongPress/index.md158function onLongPressCallbackDirective(e: PointerEvent) {
LOWpackages/core/usePreferredReducedMotion/index.ts15export function usePreferredReducedMotion(options?: ConfigurableWindow) {
LOWpackages/core/useBluetooth/index.ts101 async function connectToBluetoothGATTServer() {
LOWpackages/core/usePreferredReducedTransparency/index.ts15export function usePreferredReducedTransparency(options?: ConfigurableWindow) {
LOWpackages/core/useElementVisibility/index.md84function onElementVisibilityWithControls(state) {
LOWpackages/.vitepress/twoslash.ts9export function generateGlobalDeclsFromModule(moduleName: string, exports: string[] = [], exportTypes: string[] = []) {
LOWpackages/.vitepress/plugins/markdownTransform.ts308function replaceToDefaultTwoslashMeta(meta: string) {
LOWpackages/shared/createInjectionState/index.md36export function useCounterStoreWithDefaultValue() {
LOW…es/shared/createInjectionState/demo/useCounterStore.ts23export function useCounterStoreWithDefaultValue() {
LOWpackages/skills/build.ts50async function prepareFunctionReferences(outDir: string, referenceDir = SKILL_REFERENCE_DIR): Promise<Record<string, Fun
LOWpackages/skills/build.ts105function resolveFunctionInvocation(name: string, category: string): FunctionInvocation {
LOWskills/vueuse-functions/references/onLongPress.md124function onLongPressCallbackComponent(e: PointerEvent) {
LOWskills/vueuse-functions/references/onLongPress.md158function onLongPressCallbackDirective(e: PointerEvent) {
LOW…euse-functions/references/usePreferredReducedMotion.md39export declare function usePreferredReducedMotion(
LOW…unctions/references/usePreferredReducedTransparency.md39export declare function usePreferredReducedTransparency(
LOW…ls/vueuse-functions/references/useElementVisibility.md84function onElementVisibilityWithControls(state) {
LOW…ls/vueuse-functions/references/createInjectionState.md36export function useCounterStoreWithDefaultValue() {
Fake / Example Data8 hits · 10 pts
SeverityFileLineSnippet
LOWpackages/integrations/useFuse/index.md37 'John Doe',
LOWpackages/integrations/useFuse/index.md38 'Jane Doe',
LOWpackages/integrations/useFuse/index.md50 * { "item": "John Doe", "index": 1 }
LOWpackages/integrations/useFuse/index.md52 * { "item": "Jane Doe", "index": 2 }
LOWskills/vueuse-functions/references/useFuse.md37 'John Doe',
LOWskills/vueuse-functions/references/useFuse.md38 'Jane Doe',
LOWskills/vueuse-functions/references/useFuse.md50 * { "item": "John Doe", "index": 1 }
LOWskills/vueuse-functions/references/useFuse.md52 * { "item": "Jane Doe", "index": 2 }
Over-Commented Block5 hits · 5 pts
SeverityFileLineSnippet
LOW…tsnapi/@vueuse/integrations/useIDBKeyval.snapshot.d.ts21// #endregion
LOW…pshots__/tsnapi/@vueuse/integrations/index.snapshot.js21// #endregion
LOWpackages/math/useTrunc/index.test.ts1import { describe, expect, it } from 'vitest'
LOWpackages/integrations/useChangeCase/index.md21
LOWskills/vueuse-functions/references/useChangeCase.md21
Verbosity Indicators1 hit · 2 pts
SeverityFileLineSnippet
LOWpackages/shared/createEventHook/index.ts9// so we need to check if T is any first
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippet
LOWpackages/firebase/useFirestore/index.test.ts16function getData(docRef: any) {