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
3
Versions
102
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 3.3.0 to 3.4.0

16

CHANGELOG.md

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

<a name="3.4.0"></a>
# 3.4.0 (2019-01-31)
### Bug Fixes
* change version package.json ([671dcca](https://github.com/SUI-Components/sui-components/commit/671dcca))
### Features
* changes in the Readme and changes scss ([0154c33](https://github.com/SUI-Components/sui-components/commit/0154c33))
* leave the package.json as it was ([bdfd95c](https://github.com/SUI-Components/sui-components/commit/bdfd95c))
<a name="3.3.0"></a>

@@ -7,0 +23,0 @@ # 3.3.0 (2019-01-14)

2

package.json
{
"name": "@s-ui/react-atom-input",
"version": "3.3.0",
"version": "3.4.0",
"description": "",

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

@@ -13,2 +13,18 @@ # AtomInput

### Add styles
To use the component's own styles, create a .scss file and import them inside.
```scss
@import '~@s-ui/react-atom-input/lib/index';
```
If you want to customize your components, create your own theme and add it to your component just **before**.
```scss
@import 'custom-settings';
@import '~@s-ui/react-atom-input/lib/index';
```
### You can use native types like this

@@ -194,3 +210,3 @@

/>
<button onClick={this.onSubmit}>Login</button>
<Button onClick={this.onSubmit}>Login</Button>
</form>

@@ -197,0 +213,0 @@ )

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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