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 4.21.0 to 4.22.0

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

# 4.22.0 (2020-08-17)
### Features
* export inputTypes dict ([4c836b3](https://github.com/SUI-Components/sui-components/commit/4c836b368d8e96bdb8fbbb14af425109271e4982))
# 4.21.0 (2020-07-17)

@@ -7,0 +16,0 @@

12

lib/index.js

@@ -6,2 +6,12 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";

import Mask from './Mask';
var TYPES = {
DATE: 'date',
MASK: 'mask',
NUMBER: 'number',
PASSWORD: 'password',
SUI_PASSWORD: 'sui-password',
TEXT: 'text',
TEL: 'tel',
EMAIL: 'email'
};

@@ -28,2 +38,2 @@ var AtomInput = function AtomInput(_ref) {

export default AtomInput;
export { inputSizes, inputStates };
export { inputSizes, inputStates, TYPES as inputTypes };

2

package.json
{
"name": "@s-ui/react-atom-input",
"version": "4.21.0",
"version": "4.22.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