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 2.1.0 to 2.2.0

.npmignore

10

CHANGELOG.md

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

<a name="2.2.0"></a>
# 2.2.0 (2018-12-12)
### Features
* add tel and email input types ([a117695](https://github.com/SUI-Components/sui-components/commit/a117695))
<a name="2.1.0"></a>

@@ -7,0 +17,0 @@ # 2.1.0 (2018-12-04)

4

lib/index.js

@@ -50,3 +50,5 @@ 'use strict';

RADIO: 'radio',
CHECKBOX: 'checkbox'
CHECKBOX: 'checkbox',
TEL: 'tel',
EMAIL: 'email'
} : {};;

@@ -53,0 +55,0 @@

{
"name": "@s-ui/react-atom-input",
"version": "2.1.0",
"version": "2.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