Gathering detailed insights and metrics for vue-socialmedia-share
Gathering detailed insights and metrics for vue-socialmedia-share
Gathering detailed insights and metrics for vue-socialmedia-share
Gathering detailed insights and metrics for vue-socialmedia-share
🔊 Vue component for social sharing of links - https://codesandbox.io/s/kk0mqj11lv
npm install vue-socialmedia-share
Typescript
Module System
Node Version
NPM Version
Vue (85.14%)
JavaScript (9.36%)
HTML (5.17%)
Shell (0.32%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
70 Stars
37 Commits
15 Forks
4 Watchers
1 Branches
1 Contributors
Updated on Feb 07, 2024
Latest Version
1.0.1
Package Id
vue-socialmedia-share@1.0.1
Size
21.46 kB
NPM Version
6.0.1
Node Version
10.0.0
Published on
Jun 01, 2018
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
Vue component for social sharing
yarn add vue-socialmedia-share
or
npm install vue-socialmedia-share
1import { Facebook } from 'vue-socialmedia-share'; 2 3// usage in local component 4 5export default { 6 components: { 7 Facebook 8 } 9};
Prop | Data Type | Required | Description |
---|---|---|---|
url | String | true | URL to share. |
scale | String | Size of icon (1-9) |
1import { Twitter } from 'vue-socialmedia-share'; 2 3// usage in local component 4 5export default { 6 components: { 7 Twitter 8 } 9};
Prop | Data Type | Required | Description |
---|---|---|---|
url | String | true | URL to share. |
scale | String | Size of icon(1-9) | |
title | String | Title of the shared page |
1import { Linkedin } from 'vue-socialmedia-share'; 2 3// usage in local component 4 5export default { 6 components: { 7 Linkedin 8 } 9};
Prop | Data Type | Required | Description |
---|---|---|---|
url | String | true | URL to share. |
scale | String | Size of icon(1-9) |
1import { Reddit } from 'vue-socialmedia-share'; 2 3// usage in local component 4 5export default { 6 components: { 7 Reddit 8 } 9};
Prop | Data Type | Required | Description |
---|---|---|---|
url | String | true | URL to share. |
scale | String | Size of icon(1-9) | |
title | String | Title of the shared page |
1import { Telegram } from 'vue-socialmedia-share'; 2 3// usage in local component 4 5export default { 6 components: { 7 Telegram 8 } 9};
Prop | Data Type | Required | Description |
---|---|---|---|
url | String | true | URL to share. |
scale | String | Size of icon(1-9) | |
title | String | Title of the shared page |
1import { WhatsApp } from 'vue-socialmedia-share'; 2 3// usage in local component 4 5export default { 6 components: { 7 WhatsApp 8 } 9};
Prop | Data Type | Required | Description |
---|---|---|---|
url | String | true | URL to share. |
scale | String | Size of icon(1-9) | |
title | String | Title of the shared page |
1import { Pinterest } from 'vue-socialmedia-share'; 2 3// usage in local component 4 5export default { 6 components: { 7 Pinterest 8 } 9};
Prop | Data Type | Required | Description |
---|---|---|---|
url | String | true | URL to share. |
scale | String | Size of icon(1-9) |
1import { Google } from 'vue-socialmedia-share'; 2 3// usage in local component 4 5export default { 6 components: { 7 Google 8 } 9};
Prop | Data Type | Required | Description |
---|---|---|---|
url | String | true | URL to share. |
scale | String | Size of icon(1-9) |
1import { Email } from 'vue-socialmedia-share'; 2 3// usage in local component 4 5export default { 6 components: { 7 Email 8 } 9};
Prop | Data Type | Required | Description |
---|---|---|---|
url | String | true | URL to share. |
scale | String | Size of icon(1-9) | |
subject | String | Subject of email | |
body | String | Body of email |
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Like it ? it
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
126 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More