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

@mirohq/design-system-use-press

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-use-press - npm Package Compare versions

Comparing version 0.3.0-toolbar-item-use-press.12 to 0.3.0-toolbar-item-use-press.13

6

dist/main.js

@@ -106,5 +106,2 @@ 'use strict';

}
if (state.ignoreEmulatedMouseEvents) {
return;
}
handleFocus({

@@ -116,2 +113,5 @@ event: e,

});
if (state.ignoreEmulatedMouseEvents) {
return;
}
state.isPressed = true;

@@ -118,0 +118,0 @@ state.isOverTarget = true;

@@ -102,5 +102,2 @@ import { useRef, useState, useEffect } from 'react';

}
if (state.ignoreEmulatedMouseEvents) {
return;
}
handleFocus({

@@ -112,2 +109,5 @@ event: e,

});
if (state.ignoreEmulatedMouseEvents) {
return;
}
state.isPressed = true;

@@ -114,0 +114,0 @@ state.isOverTarget = true;

{
"name": "@mirohq/design-system-use-press",
"version": "0.3.0-toolbar-item-use-press.12",
"version": "0.3.0-toolbar-item-use-press.13",
"description": "",

@@ -30,4 +30,4 @@ "author": "Miro",

"@mirohq/design-system-use-listeners": "^0.1.1",
"@mirohq/design-system-utils": "^0.14.3",
"@mirohq/design-system-use-logger": "^0.1.6"
"@mirohq/design-system-use-logger": "^0.1.6",
"@mirohq/design-system-utils": "^0.14.3"
},

@@ -34,0 +34,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