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

@neovici/cosmoz-input

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-input - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

6

package.json
{
"name": "@neovici/cosmoz-input",
"version": "1.4.1",
"version": "1.4.2",
"description": "A input web component",

@@ -64,4 +64,4 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@commitlint/cli": "^13.0.0",
"@commitlint/config-conventional": "^13.0.0",
"@neovici/eslint-config": "^1.2.0",

@@ -68,0 +68,0 @@ "@open-wc/demoing-storybook": "^2.1.0",

@@ -21,3 +21,3 @@ import { useCallback, useEffect, useMemo } from 'haunted';

const onMouseDown = e => {
if (e.target.matches('input, textarea, label')) {
if (e.defaultPrevented || e.target.matches('input, textarea, label')) {
return;

@@ -24,0 +24,0 @@ }

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