Installations
npm install vue2-leaflet-semicircle
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
10.17.0
NPM Version
6.14.8
Score
42.4
Supply Chain
84
Quality
75
Maintenance
50
Vulnerability
99.3
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
Vue (67.9%)
JavaScript (23.68%)
HTML (8.41%)
Developer
OBrown92
Download Statistics
Total Downloads
4,262
Last Day
4
Last Week
17
Last Month
176
Last Year
1,156
GitHub Statistics
3 Stars
2 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
137.64 kB
Minified
12.29 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.2
Package Id
vue2-leaflet-semicircle@1.0.2
Unpacked Size
21.49 kB
Size
12.82 kB
File Count
17
NPM Version
6.14.8
Node Version
10.17.0
Total Downloads
Cumulative downloads
Total Downloads
4,262
Last day
-66.7%
4
Compared to previous day
Last week
-34.6%
17
Compared to previous week
Last month
66%
176
Compared to previous month
Last year
17%
1,156
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
3
Peer Dependencies
1
Dev Dependencies
3
vue2-leaflet-semicircle
This is a semicircle plugin extension for vue2-leaflet package
Mostly copied from vue2-leaflet-tracksymbol plugin
Develop and build from Github Repo - For Developers maintaining this component
clone this repo
git clone https://github.com/ais-one/vue2-leaflet-semicircle.git
cd vue2-leaflet-semicircle
install dependencies
npm install
build library for production with minification
npm run build
pack local npm package
npm pack
# it should create a .tgz file
goto example folder and install dependencies
cd example
# install the dependencies
npm install
# install the library
npm install --no-save vue2-leaflet-semicircle-?.?.?.tgz
# where ?.?.? is the version
run the app
npm run dev
Install From NPM - For user of this component
create your vue project and install dependencies
# install vue-cli globally if you have not done so
npm install -g vue-cli
# create the VueJS project
vue init webpack-simple test
# goto project and install dependencies
cd test
# install dependencies
npm install
# install the component
npm install --save vue2-leaflet-semicircle
Author
Leon Braun
License
MIT
Changes
- 1.0.0
- 1.0.1 bump version
- 1.0.2 add example
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Score
3
/10
Last Scanned on 2024-12-23
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