Gathering detailed insights and metrics for @types/vue-barcode-reader
Gathering detailed insights and metrics for @types/vue-barcode-reader
npm install @types/vue-barcode-reader
Typescript
Module System
51.3
Supply Chain
64
Quality
75
Maintenance
50
Vulnerability
99.6
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
247,850
Last Day
521
Last Week
4,405
Last Month
12,285
Last Year
117,131
49,092 Stars
88,622 Commits
30,287 Forks
640 Watching
5 Branches
9,977 Contributors
Latest Version
0.0.3
Package Id
@types/vue-barcode-reader@0.0.3
Unpacked Size
3.27 kB
Size
1.63 kB
File Count
5
Publised On
07 Nov 2023
Cumulative downloads
Total Downloads
Last day
2.6%
521
Compared to previous day
Last week
80.6%
4,405
Compared to previous week
Last month
19.6%
12,285
Compared to previous month
Last year
18.3%
117,131
Compared to previous year
1
npm install --save @types/vue-barcode-reader
This package contains type definitions for vue-barcode-reader (https://github.com/olefirenko/vue-barcode-reader).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-barcode-reader.
1import Vue from "vue"; 2 3/** 4 * Emits the following events: 5 * - 'decode' with result text 6 * - 'loaded' when video stream starts 7 */ 8export class StreamBarcodeReader extends Vue {} 9 10/** 11 * Emits the following events: 12 * - 'decode' with result text 13 * - 'error' when decoding fails 14 */ 15export class ImageBarcodeReader extends Vue {} 16
These definitions were written by Julian Schmidt.
No vulnerabilities found.
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-01-27
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