Socket
Socket
Sign inDemoInstall

uiuiui-color

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uiuiui-color - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

4

build/uiuiui-color.cjs.js

@@ -296,3 +296,3 @@ 'use strict';

if (this.props.shouldKeyDownEndInteraction(e)) {
e.nativeEvent.stopImmediatePropagation();
e.stopImmediatePropagation();
this.end();

@@ -305,3 +305,3 @@ }

if (this.props.shouldKeyUpEndInteraction(e)) {
e.nativeEvent.stopImmediatePropagation();
e.stopImmediatePropagation();
this.end();

@@ -308,0 +308,0 @@ }

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

if (this.props.shouldKeyDownEndInteraction(e)) {
e.nativeEvent.stopImmediatePropagation();
e.stopImmediatePropagation();
this.end();

@@ -297,3 +297,3 @@ }

if (this.props.shouldKeyUpEndInteraction(e)) {
e.nativeEvent.stopImmediatePropagation();
e.stopImmediatePropagation();
this.end();

@@ -300,0 +300,0 @@ }

{
"name": "uiuiui-color",
"version": "0.2.9",
"version": "0.2.10",
"main": "build/uiuiui-color.cjs.js",

@@ -5,0 +5,0 @@ "module": "build/uiuiui-color.esm.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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