@tradeshift/elements.date-picker
Advanced tools
+7
-7
| { | ||
| "name": "@tradeshift/elements.date-picker", | ||
| "version": "0.40.1", | ||
| "version": "0.40.2", | ||
| "repository": { | ||
@@ -18,7 +18,7 @@ "type": "git", | ||
| "dependencies": { | ||
| "@tradeshift/elements": "^0.40.1", | ||
| "@tradeshift/elements.date-picker-overlay": "^0.40.1", | ||
| "@tradeshift/elements.icon": "^0.40.1", | ||
| "@tradeshift/elements.overlay": "^0.40.1", | ||
| "@tradeshift/elements.text-field": "^0.40.1" | ||
| "@tradeshift/elements": "^0.40.2", | ||
| "@tradeshift/elements.date-picker-overlay": "^0.40.2", | ||
| "@tradeshift/elements.icon": "^0.40.2", | ||
| "@tradeshift/elements.overlay": "^0.40.2", | ||
| "@tradeshift/elements.text-field": "^0.40.2" | ||
| }, | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
| "src": "src/date-picker.js", | ||
| "gitHead": "883a0bbd69d7e4e1948084cd9300c4b81e40bacd" | ||
| "gitHead": "117a3335f8800f55ba1b33c3415becadfe0e0075" | ||
| } |
@@ -41,3 +41,3 @@ export interface TSDatePickerHTMLAttributes { | ||
| /** Which day should be shown as the first day of the week. A number between 0-6 (0 = Sunday, 6 = Saturday) */ | ||
| "first-day"?: string; | ||
| "first-day"?: number | string; | ||
@@ -44,0 +44,0 @@ /** Array of messages to pass to help-text component. See help-text component for more info */ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
81633
0.01%