Socket
Socket
Sign inDemoInstall

vue-radio-button

Package Overview
Dependencies
74
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

babel.config.js

7

package.json
{
"name": "vue-radio-button",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"files": [
"dist/*"
],
"author": {

@@ -28,3 +25,3 @@ "name": "Iman Malekian",

},
"main": "dist/vue-radio-button.common.js",
"main": "src/install.js",
"dependencies": {

@@ -31,0 +28,0 @@ "core-js": "^3.6.5",

@@ -41,5 +41,3 @@ # vue-radio-button

<img width="40" height="40" :src="props.icon" class="icon" />
<div class="title">
{{ props.title }}
</div>
<div class="title">{{ props.title }}</div>
</div>

@@ -51,3 +49,6 @@ </template>

<script>
import VueRadioButton from "vue-radio-button";
export default {
components: { VueRadioButton },
data: () => ({

@@ -115,5 +116,3 @@ selectedButton: "",

<img width="40" height="40" :src="props.icon" class="icon" />
<div class="title">
{{ props.title }}
</div>
<div class="title">{{ props.title }}</div>
</div>

@@ -125,3 +124,6 @@ </template>

<script>
import VueRadioButton from "vue-radio-button";
export default {
components: { VueRadioButton },
data: () => ({

@@ -187,3 +189,6 @@ selectedButton: "",

<script>
import VueRadioButton from "vue-radio-button";
export default {
components: { VueRadioButton },
data: () => ({

@@ -237,5 +242,3 @@ selectedButton: "",

<img width="40" height="40" :src="props.icon" class="icon" />
<div class="title">
{{ props.title }}
</div>
<div class="title">{{ props.title }}</div>
</div>

@@ -247,3 +250,6 @@ </template>

<script>
import VueRadioButton from "vue-radio-button";
export default {
components: { VueRadioButton },
data: () => ({

@@ -250,0 +256,0 @@ selectedButton: "",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc