Gathering detailed insights and metrics for @amiceli/vue-socket.io-extended
Gathering detailed insights and metrics for @amiceli/vue-socket.io-extended
Gathering detailed insights and metrics for @amiceli/vue-socket.io-extended
Gathering detailed insights and metrics for @amiceli/vue-socket.io-extended
✌⚡ Socket.io bindings for Vue.js and Vuex (inspired by Vue-Socket.io)
npm install @amiceli/vue-socket.io-extended
Typescript
Module System
Node Version
NPM Version
67.9
Supply Chain
76.9
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (98.24%)
Shell (1.76%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
625 Stars
1,643 Commits
35 Forks
12 Watchers
14 Branches
11 Contributors
Updated on Jun 18, 2025
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%
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
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
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
90 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