Gathering detailed insights and metrics for react-node-easy-crud
Gathering detailed insights and metrics for react-node-easy-crud
Gathering detailed insights and metrics for react-node-easy-crud
Gathering detailed insights and metrics for react-node-easy-crud
react componets library to use with node-easy-crud to create easy curd application in MERN stack. you should use node-easy-crud on your backend to use this componets.
npm install react-node-easy-crud
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
10 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Oct 04, 2020
Latest Version
1.0.2
Package Id
react-node-easy-crud@1.0.2
Unpacked Size
1.61 MB
Size
461.85 kB
File Count
6
NPM Version
6.14.5
Node Version
14.3.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
react componets library to use with node-easy-crud to create easy curd application in MERN stack. you should use node-easy-crud on your backend to use this componets.
npm install react-node-easy-crud
add icons css to index.html of react project
1<link 2 rel="stylesheet" 3 href="https://fonts.googleapis.com/icon?family=Material+Icons" 4/>
1<EasyCrudTable url="<node-easy-crud read endpoint>"></EasyCrudTable>
1import React from "react"; 2import "./App.css"; 3import EasyCrudTable from "react-easy-crud"; 4 5function App() { 6 return ( 7 <div className="App"> 8 <EasyCrudTable 9 url="http://localhost:5000/api/crud/Subject" 10 ></EasyCrudTable> 11 </div> 12 ); 13} 14 15export default App;
you can also pass custom headers using headers props
1<EasyCrudTable 2 url="http://localhost:5000/api/crud/Subject" 3 headers={{ "auth-token": "AUTH_TOKEN","key":"value" }} 4></EasyCrudTable>
Table with read data
Edit Form
Add Form
Delete Confirmation
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/10 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
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
42 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