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.23.0 to 4.24.0

9

CHANGELOG.md

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

# 4.24.0 (2020-10-27)
### Features
* remove browser native arrows appearance in input type number ([76dd119](https://github.com/SUI-Components/sui-components/commit/76dd1194101ce3781db12924a3ec8a226f965533)), closes [#1274](https://github.com/SUI-Components/sui-components/issues/1274)
# 4.23.0 (2020-09-24)

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

8

package.json
{
"name": "@s-ui/react-atom-input",
"version": "4.23.0",
"version": "4.24.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "npx rimraf ./lib && npx mkdirp ./lib && npm run build:js && npm run build:styles",
"prepare": "npx rimraf ./lib && npx mkdirp ./lib && npm run build:js && npm run build:styles",
"build:js": "../../../node_modules/.bin/babel --presets sui ./src --out-dir ./lib",

@@ -12,5 +12,7 @@ "build:styles": "../../../node_modules/.bin/cpx './src/**/*.scss' ./lib"

"dependencies": {
"@s-ui/component-dependencies": "1",
"imask": "3.4.0"
},
"peerDependencies": {
"@s-ui/component-dependencies": "1"
},
"keywords": [],

@@ -17,0 +19,0 @@ "author": "",

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