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

@oku-ui/utils

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oku-ui/utils - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

4

dist/index.d.ts

@@ -29,2 +29,4 @@ import { Ref } from 'vue';

declare const isOn: (key: any) => boolean;
/**

@@ -71,2 +73,2 @@ * Void function

export { type AnyFn, type Fn, type MaybeRef, type MaybeRefOrGetter, type Measurable, type RemovableRef, clamp, composeEventHandlers, isValidVNodeElement, observeElementRect, resolveUnref, toValue };
export { type AnyFn, type Fn, type MaybeRef, type MaybeRefOrGetter, type Measurable, type RemovableRef, clamp, composeEventHandlers, isOn, isValidVNodeElement, observeElementRect, resolveUnref, toValue };
{
"name": "@oku-ui/utils",
"type": "module",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT",

@@ -28,4 +28,4 @@ "source": "src/index.ts",

],
"dependencies": {
"vue": "3.3.4"
"peerDependencies": {
"vue": "^3.3.0"
},

@@ -41,4 +41,5 @@ "devDependencies": {

"dev": "unbuild --stub",
"release": "pnpm build && pnpm bumpp --commit='version(utils): release %s' --no-tag && pnpm publish",
"clean": "rimraf ./dist && rimraf ./node_modules"
}
}

@@ -14,2 +14,2 @@ # Utils

soon docs
soon docs

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