Socket
Socket
Sign inDemoInstall

@alfalab/core-components-input

Package Overview
Dependencies
Maintainers
12
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfalab/core-components-input - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

6

Component.d.ts

@@ -1,8 +0,2 @@

/**
* Vendor
*/
import React, { InputHTMLAttributes } from 'react';
/**
* Types
*/
export declare type InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'> & {

@@ -9,0 +3,0 @@ /** Растягивает компонент на ширину контейнера */

5

Component.js

@@ -22,5 +22,2 @@ "use strict";

/**
* Expo
*/
// TODO: Этого не будет, когда появится компонент иконки.

@@ -75,3 +72,3 @@ const errorIcon = _react.default.createElement("svg", {

const rightAddonsRenderer = () => _react.default.createElement("div", {
const rightAddonsRenderer = () => (error || rightAddons) && _react.default.createElement("div", {
className: (0, _classnames.default)(_indexModule.default.addons)

@@ -78,0 +75,0 @@ }, error && errorIcon, rightAddons);

2

package.json
{
"name": "@alfalab/core-components-input",
"version": "1.0.5",
"version": "1.1.0",
"description": "",

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

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