New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@s-ui/react-atom-input

Package Overview
Dependencies
Maintainers
4
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-atom-input - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

1

lib/index.js
import _extends from "@babel/runtime/helpers/esm/extends";
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import Input, { inputSizes, inputStates } from './Input';

@@ -6,0 +5,0 @@ import Password from './Password';

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import cx from 'classnames';

@@ -4,0 +3,0 @@ var BASE_CLASS = 'sui-AtomInput-input';

@@ -5,3 +5,2 @@ import _extends from "@babel/runtime/helpers/esm/extends";

import { jsxs as _jsxs } from "react/jsx-runtime";
import React from 'react';
import cx from 'classnames';

@@ -8,0 +7,0 @@ var BASE_CLASS = 'sui-AtomInput-addon';

10

lib/Input/Features/Icon/index.js

@@ -6,3 +6,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

import { jsxs as _jsxs } from "react/jsx-runtime";
import React from 'react';
import { Component } from 'react';
import cx from 'classnames';

@@ -25,4 +25,4 @@ var TYPES = {

return _temp = /*#__PURE__*/function (_React$Component) {
_inheritsLoose(Icon, _React$Component);
return _temp = /*#__PURE__*/function (_Component) {
_inheritsLoose(Icon, _Component);

@@ -36,3 +36,3 @@ function Icon() {

_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
_this = _Component.call.apply(_Component, [this].concat(args)) || this;

@@ -79,5 +79,5 @@ _this.handleLeftClick = function (e) {

return Icon;
}(React.Component), _temp;
}(Component), _temp;
};
export default IconHoC;

@@ -5,3 +5,2 @@ import _extends from "@babel/runtime/helpers/esm/extends";

import { jsxs as _jsxs } from "react/jsx-runtime";
import React from 'react';
var BASE_CLASS = 'sui-AtomInput-withButton';

@@ -8,0 +7,0 @@

import _extends from "@babel/runtime/helpers/esm/extends";
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import { jsx as _jsx } from "react/jsx-runtime";
import React, { useState, useEffect, useRef } from 'react';
import { useState, useEffect, useRef } from 'react';
import Input from '../Input';

@@ -6,0 +6,0 @@

@@ -5,3 +5,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

import { jsxs as _jsxs } from "react/jsx-runtime";
import React, { useState } from 'react';
import { useState } from 'react';
import Input from '../Input';

@@ -8,0 +8,0 @@ var BASE_CLASS = 'sui-AtomInput';

{
"name": "@s-ui/react-atom-input",
"version": "5.1.0",
"version": "5.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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