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-20b0f520.0 to 4.3.1-preview-2d408edb.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-20b0f520.0",
"version": "4.3.1-preview-2d408edb.0",
"sideEffects": [

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

"dependencies": {
"@snack-uikit/icons": "0.24.1-preview-20b0f520.0",
"@snack-uikit/utils": "3.5.1-preview-20b0f520.0",
"@snack-uikit/icons": "0.24.0",
"@snack-uikit/utils": "3.5.0",
"classnames": "2.5.1"
},
"gitHead": "3d9f58d349ce6413d2242d7a42b8ba624815dcc0"
"gitHead": "9cb851e4e837daa788b1c6a0187c59cf3791242e"
}

@@ -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