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

@vueuse/components

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/components - npm Package Compare versions

Comparing version 12.6.0 to 12.6.1

26

index.d.ts

@@ -10,2 +10,15 @@ import * as vue from 'vue';

interface Position {
x: number;
y: number;
}
interface RenderableComponent {
/**
* The element that the component should be rendered as
*
* @default 'div'
*/
as?: object | string;
}
type VueInstance = ComponentPublicInstance;

@@ -45,15 +58,2 @@ type MaybeElementRef<T extends MaybeElement = MaybeElement> = MaybeRef<T>;

interface Position {
x: number;
y: number;
}
interface RenderableComponent {
/**
* The element that the component should be rendered as
*
* @default 'div'
*/
as?: object | string;
}
interface OnClickOutsideProps extends RenderableComponent {

@@ -60,0 +60,0 @@ options?: Omit<OnClickOutsideOptions, 'controls'>;

{
"name": "@vueuse/components",
"type": "module",
"version": "12.6.0",
"version": "12.6.1",
"description": "Renderless components for VueUse",

@@ -45,4 +45,4 @@ "author": "Jacob Clevenger<https://github.com/wheatjs>",

"vue": "^3.5.13",
"@vueuse/core": "12.6.0",
"@vueuse/shared": "12.6.0"
"@vueuse/core": "12.6.1",
"@vueuse/shared": "12.6.1"
},

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

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