Gathering detailed insights and metrics for vue2-ace-bind
Gathering detailed insights and metrics for vue2-ace-bind
npm install vue2-ace-bind
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
6,557
Last Day
1
Last Week
4
Last Month
24
Last Year
168
2 Stars
20 Commits
4 Forks
3 Watchers
3 Branches
2 Contributors
Updated on May 17, 2022
Minified
Minified + Gzipped
Latest Version
0.0.7
Package Id
vue2-ace-bind@0.0.7
Unpacked Size
4.27 kB
Size
1.85 kB
File Count
4
NPM Version
6.14.12
Node Version
10.24.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-55.6%
4
Compared to previous week
Last Month
50%
24
Compared to previous month
Last Year
-19.2%
168
Compared to previous year
1
A Vue2 component for binding the ace editor
1npm install vue2-ace-bind --save-dev
1yarn add vue2-ace-bind -D
1import aceEditor from "vue2-ace-bind";
1import javascript from "brace/mode/javascript" 2import sh from "brace/mode/sh"
1import xcode from "brace/theme/xcode" 2import terminal from "brace/theme/terminal"
The default config mode is bash and theme is terminal
Ace-editor's mode and theme list is here:
Register the component
.
1components: { 2 editor 3} 4
template
1<editor :content="variable"></editor>
The content is required,other props have the following defaults:
1lang: sh 2theme: terminal 3height: 100% 4width: 100% 5options: {}
if you want to configure the ace-editor,just define options in data.
1<editor :content="variable" :options="options" ></editor>
1option: { 2 showLineNumbers: false, 3 showFoldWidgets: true, 4 showGutter: false, 5 displayIndentGuides: false, 6 showPrintMargin: false 7 .... 8} 9
The official doc is here: Configuring ACE.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/15 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-10
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