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

@vx/drag

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/drag - npm Package Compare versions

Comparing version 0.0.193-alpha.0 to 0.0.193-alpha.1

4

lib/Drag.d.ts

@@ -21,3 +21,3 @@ import React from 'react';

};
declare type DragState = {
export declare type DragState = {
x: number | undefined;

@@ -29,3 +29,3 @@ y: number | undefined;

};
declare type HandlerArgs = DragState & {
export declare type HandlerArgs = DragState & {
event: MouseOrTouchEvent;

@@ -32,0 +32,0 @@ };

{
"name": "@vx/drag",
"version": "0.0.193-alpha.0",
"version": "0.0.193-alpha.1",
"description": "vx drag",

@@ -41,6 +41,6 @@ "sideEffects": false,

"@types/react": "*",
"@vx/event": "0.0.193-alpha.0",
"@vx/event": "0.0.193-alpha.1",
"prop-types": "^15.5.10"
},
"gitHead": "8fb99e77e64fa9c319c0addc2a3fbf61e64885cc"
"gitHead": "a26fe227eeb3b1264b8419d43ed5a7deed7a8111"
}

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