Gathering detailed insights and metrics for react-ace-new
Gathering detailed insights and metrics for react-ace-new
Gathering detailed insights and metrics for react-ace-new
Gathering detailed insights and metrics for react-ace-new
npm install react-ace-new
Typescript
Module System
Node Version
NPM Version
61.8
Supply Chain
95.1
Quality
74.2
Maintenance
100
Vulnerability
99.3
License
TypeScript (77.48%)
JavaScript (21.48%)
HTML (0.98%)
CSS (0.06%)
Total Downloads
641
Last Day
1
Last Week
2
Last Month
4
Last Year
61
4,103 Stars
1,637 Commits
605 Forks
31 Watching
136 Branches
112 Contributors
Latest Version
6.1.5
Package Id
react-ace-new@6.1.5
Unpacked Size
2.00 MB
Size
460.96 kB
File Count
61
NPM Version
5.3.0
Node Version
8.9.3
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
2
Compared to previous week
Last month
100%
4
Compared to previous month
Last year
-47.9%
61
Compared to previous year
27
A set of react components for Ace / Brace
DEMO of React Ace Split Editor
npm install react-ace
1import React from 'react'; 2import { render } from 'react-dom'; 3import brace from 'brace'; 4import AceEditor from 'react-ace'; 5 6import 'brace/mode/java'; 7import 'brace/theme/github'; 8 9function onChange(newValue) { 10 console.log('change',newValue); 11} 12 13// Render editor 14render( 15 <AceEditor 16 mode="java" 17 theme="github" 18 onChange={onChange} 19 name="UNIQUE_ID_OF_DIV" 20 editorProps={{$blockScrolling: true}} 21 />, 22 document.getElementById('example') 23);
Checkout the example
directory for a working example using webpack.
How to add modes, themes and keyboard handlers
Support us with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
27 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 2/4 approved changesets -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
detected GitHub workflow tokens with excessive permissions
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
Score
Last Scanned on 2024-12-16
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