Socket
Socket
Sign inDemoInstall

@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 3.1.0 to 3.2.0

1

dist/use-input.d.ts

@@ -5,2 +5,3 @@ export interface BaseInput extends HTMLElement {

focused?: boolean;
disabled?: boolean;
}

@@ -7,0 +8,0 @@ export declare const useInput: <T extends BaseInput>(host: T) => {

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

if (e.defaultPrevented ||
host.disabled ||
e.target.matches('input, textarea, label')) {

@@ -17,0 +18,0 @@ return;

2

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

@@ -5,0 +5,0 @@ "keywords": [

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