react-mapstate
ISC```jsx interface Props { value: string; onChange: (x: string) => void; } class MyComp extends React.PureComponent<Props, {}> { render() { return <input value={this.props.value} onChange={this.props.onChange} /> } } ```
64
Security score
0 known advisories in v1.0.4
OpenSSF Scorecard 1.5/10
Weekly downloads
—
Unpacked size
—
Dependencies
1
Last publish
9 years ago
Security advisories
No known vulnerabilities affect v1.0.4.
OpenSSF ScorecardJul 27, 2026
- Code-Review0
- SAST0
- Maintained0
- Binary-Artifacts10
- CII-Best-Practices0
- Security-Policy0
- Fuzzing0
- License0
- Branch-Protection0