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.22.0 to 4.23.0

9

CHANGELOG.md

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

# 4.23.0 (2020-09-24)
### Features
* add defaultValue prop support ([a56e0db](https://github.com/SUI-Components/sui-components/commit/a56e0db6ee7ccac926a9d2ff3c7b8bbebeda86f2))
# 4.22.0 (2020-08-17)

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

2

lib/Input/Component/index.js

@@ -56,2 +56,3 @@ import React from 'react';

minLength = _ref2.minLength,
defaultValue = _ref2.defaultValue,
min = _ref2.min,

@@ -124,2 +125,3 @@ max = _ref2.max,

size: charsSize,
defaultValue: defaultValue,
maxLength: maxLength,

@@ -126,0 +128,0 @@ minLength: minLength,

2

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