Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

degree-picker

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

degree-picker - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

15

package.json
{
"name": "degree-picker",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",

@@ -9,2 +9,15 @@ "files": [

],
"repository": {
"type": "git",
"url": "git+https://github.com/MatijaNovosel/vue-date-picker.git"
},
"keywords": [
"degrees",
"vue3",
"vue",
"vuejs",
"degree-picker",
"radial-picker",
"radial"
],
"main": "./dist/degree-picker.umd.js",

@@ -11,0 +24,0 @@ "module": "./dist/degree-picker.es.js",

16

README.md

@@ -42,9 +42,9 @@ <div align="center">

| ID | Type | Default | Description |
| ----------- | --------- | ------- | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
| `color` | `string` | | Background color of the active value and clock hand |
| `v-model` | `number` | | Standard two way input |
| `width` | `number | string` | | Sets the width of the element - can be provided as a string like "290px" or "290" or a number, defaults to 290px |
| `fullWidth` | `boolean` | | Ignores the previous `width` prop and sets the width to 100% of the parent container |
| `disabled` | `boolean` | | Makes the component unclickable |
| `readonly` | `boolean` | | Makes the component unclickable, but does not make it seem disabled |
| ID | Type | Default | Description |
| ----------- | --------------- | ------- | ---------------------------------------------------------------------------------------------------------------- |
| `color` | `string` | | Background color of the active value and clock hand |
| `v-model` | `number` | | Standard two way input |
| `width` | `number/string` | | Sets the width of the element - can be provided as a string like "290px" or "290" or a number, defaults to 290px |
| `fullWidth` | `boolean` | | Ignores the previous `width` prop and sets the width to 100% of the parent container |
| `disabled` | `boolean` | | Makes the component unclickable |
| `readonly` | `boolean` | | Makes the component unclickable, but does not make it seem disabled |
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