New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@snack-uikit/input-private

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snack-uikit/input-private - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# 4.2.0 (2024-10-28)
### Features
* **FF-5782:** sass use/forward approach ([3e53869](https://github.com/cloud-ru-tech/snack-uikit/commit/3e53869ace864a7718e434b7f410c15dbd911cd5))
# 4.1.0 (2024-10-28)

@@ -8,0 +19,0 @@

6

package.json

@@ -7,3 +7,3 @@ {

"title": "Input Private",
"version": "4.1.0",
"version": "4.2.0",
"sideEffects": [

@@ -40,7 +40,7 @@ "*.css",

"dependencies": {
"@snack-uikit/icons": "0.23.0",
"@snack-uikit/icons": "0.24.0",
"@snack-uikit/utils": "3.5.0",
"classnames": "2.3.2"
},
"gitHead": "62cc21d8606a61a78f80e3a7455b20d6f38474fa"
"gitHead": "8499829efa0c118b704de17411ae2328a024adb5"
}

@@ -59,3 +59,3 @@ # Input Private

| key | `Key` | - | |
| ref | `Ref<HTMLInputElement>` | - | Allows getting a ref to the component instance. Once the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref). @see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom |
| ref | `LegacyRef<HTMLInputElement>` | - | Allows getting a ref to the component instance. Once the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref). @see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs} |
## useButtonNavigation

@@ -62,0 +62,0 @@ `hook`

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