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

@vexip-ui/utils

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vexip-ui/utils - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

11

dist/index.d.ts

@@ -353,6 +353,6 @@ import type { RendererElement } from 'vue';

prototype: Event;
readonly AT_TARGET: number;
readonly BUBBLING_PHASE: number;
readonly CAPTURING_PHASE: number;
readonly NONE: number;
readonly NONE: 0;
readonly CAPTURING_PHASE: 1;
readonly AT_TARGET: 2;
readonly BUBBLING_PHASE: 3;
}): boolean;

@@ -1212,2 +1212,5 @@ export { dispatchEvent_2 as dispatchEvent }

/**
* Whether current interaction is using touch.
*/
export declare const USE_TOUCH: boolean;

@@ -1214,0 +1217,0 @@

{
"name": "@vexip-ui/utils",
"version": "1.11.0",
"version": "1.11.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "qmhc",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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