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.3.1-preview-baf754b1.0 to 4.4.0

11

CHANGELOG.md

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

# 4.4.0 (2024-12-12)
### Features
* **FF-5969:** add new types - tel, email, url ([a346fb1](https://github.com/cloud-ru-tech/snack-uikit/commit/a346fb18337cdfbe0c2622e90f419159fa7486df))
# 4.3.0 (2024-11-19)

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

3

dist/cjs/components/InputPrivate/constants.d.ts

@@ -5,2 +5,5 @@ export declare const TYPE: {

readonly Number: "number";
readonly Tel: "tel";
readonly Email: "email";
readonly Url: "url";
};

5

dist/cjs/components/InputPrivate/constants.js

@@ -10,3 +10,6 @@ "use strict";

Password: 'password',
Number: 'number'
Number: 'number',
Tel: 'tel',
Email: 'email',
Url: 'url'
};

@@ -5,2 +5,5 @@ export declare const TYPE: {

readonly Number: "number";
readonly Tel: "tel";
readonly Email: "email";
readonly Url: "url";
};

@@ -5,2 +5,5 @@ export const TYPE = {

Number: 'number',
Tel: 'tel',
Email: 'email',
Url: 'url',
};

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

"title": "Input Private",
"version": "4.3.1-preview-baf754b1.0",
"version": "4.4.0",
"sideEffects": [

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

"dependencies": {
"@snack-uikit/icons": "0.24.1-preview-baf754b1.0",
"@snack-uikit/utils": "3.5.1-preview-baf754b1.0",
"@snack-uikit/icons": "0.24.0",
"@snack-uikit/utils": "3.5.0",
"classnames": "2.5.1"
},
"gitHead": "46fb98c10336c2f3dfb35c66737eca5cd3dc6e4f"
"gitHead": "597e832c119abc6347b5e4212268eca03d067d18"
}

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

| className | `string` | - | CSS-класс |
| type | enum Type: `"number"`, `"text"`, `"password"` | text | Тип инпута |
| type | enum Type: `"number"`, `"text"`, `"password"`, `"tel"`, `"email"`, `"url"` | text | Тип инпута |
| disabled | `boolean` | - | Является ли поле деактивированным |

@@ -48,0 +48,0 @@ | readonly | `boolean` | - | Является ли поле доступным только для чтения |

@@ -5,2 +5,5 @@ export const TYPE = {

Number: 'number',
Tel: 'tel',
Email: 'email',
Url: 'url',
} as const;
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