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

@oku-ui/use-composable

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oku-ui/use-composable - npm Package Compare versions

Comparing version 0.3.0-alpha.6 to 0.3.0-alpha.7

6

dist/index.d.ts

@@ -1,2 +0,2 @@

export { computedAsync, computedEager, isClient, syncRef, syncRefs, useScrollLock } from '@vueuse/core';
export { computedAsync, computedEager, isClient, reactiveOmit, reactivePick, syncRef, syncRefs, useScrollLock } from '@vueuse/core';
import * as vue from 'vue';

@@ -9,7 +9,7 @@ import { ComputedRef, Ref, ComponentPublicInstance } from 'vue';

onChange?: (value: T) => void;
defaultProp?: ComputedRef<T>;
defaultProp?: ComputedRef<T | undefined>;
initialValue?: T;
};
declare function useControllable<T>({ prop, onChange, defaultProp, initialValue, }: UseControllableStateParams<T>): {
state: ComputedRef<T | undefined>;
state: ComputedRef<T>;
updateValue: (nextValue: T | undefined) => void;

@@ -16,0 +16,0 @@ };

{
"name": "@oku-ui/use-composable",
"type": "module",
"version": "0.3.0-alpha.6",
"version": "0.3.0-alpha.7",
"license": "MIT",

@@ -6,0 +6,0 @@ "source": "src/index.ts",

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