Gathering detailed insights and metrics for react-autobind-hmr
Gathering detailed insights and metrics for react-autobind-hmr
Gathering detailed insights and metrics for react-autobind-hmr
Gathering detailed insights and metrics for react-autobind-hmr
Wrapper for react-autobind that adds support for projects with React-Hot-Loader (ie: Next.js).
npm install react-autobind-hmr
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
10 Commits
1 Watchers
12 Branches
1 Contributors
Updated on Aug 30, 2019
Latest Version
3.0.0
Package Id
react-autobind-hmr@3.0.0
Unpacked Size
67.73 kB
Size
22.50 kB
File Count
24
NPM Version
6.7.0
Node Version
11.13.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
Wrapper for react-autobind that adds support for projects with React-Hot-Loader (ie: Next.js).
If your code is crashing with Cannot read property of undefined
or similar because you've used react-autobind
but it works with this.method = this.method.bind(this)
- this library is for you.
Replace your
1import autobind from "react-autobind";
with
1import autobind from "react-autobind-hmr";
Done.
If you're using ES5 just require
react-autobind-hmr/dist
instead.
There is nothing else than this in documentation. Documentation is here however in case of update.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
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
branch protection not enabled on development/release branches
Details
Reason
37 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