Gathering detailed insights and metrics for @amiceli/vue-socket.io-extended
Gathering detailed insights and metrics for @amiceli/vue-socket.io-extended
npm install @amiceli/vue-socket.io-extended
Typescript
Module System
Node Version
NPM Version
JavaScript (98.24%)
Shell (1.76%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
843
Last Day
1
Last Week
5
Last Month
9
Last Year
100
MIT License
625 Stars
1,643 Commits
37 Forks
12 Watchers
14 Branches
11 Contributors
Updated on Jan 22, 2025
Minified
Minified + Gzipped
Latest Version
4.0.4
Package Id
@amiceli/vue-socket.io-extended@4.0.4
Unpacked Size
19.42 kB
Size
5.40 kB
File Count
7
NPM Version
6.14.7
Node Version
14.5.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
150%
5
Compared to previous week
Last Month
-57.1%
9
Compared to previous month
Last Year
-44.4%
100
Compared to previous year
1
24
This project is a fork of vue-socket.io-extended.
Currenlty it added event mapping feature. My PR is still waiting so I publish my own version.
npm install @amiceli/vue-socket.io-extended -S
A socket io event example
1{ name : 'event', data : { task : 'synchronize', progress : 90 } }
Map event name to task data :
1const options = { 2 eventMapping : (eventName, args) => { 3 const data = args[0] 4 5 return data.task 6 } 7}
An use it in your component :
1Vue.use(VueSocketIOExt, socket, options); 2 3export default { 4 sockets : { 5 synchronize () { 6 console.log ('progress received') 7 } 8 } 9}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
84 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-03-03
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