Gathering detailed insights and metrics for @wojtekmaj/enzyme-adapter-react-17
Gathering detailed insights and metrics for @wojtekmaj/enzyme-adapter-react-17
Gathering detailed insights and metrics for @wojtekmaj/enzyme-adapter-react-17
Gathering detailed insights and metrics for @wojtekmaj/enzyme-adapter-react-17
Unofficial adapter for React 17 for Enzyme.
npm install @wojtekmaj/enzyme-adapter-react-17
Typescript
Module System
88.9
Supply Chain
70.2
Quality
73.3
Maintenance
100
Vulnerability
98.9
License
JavaScript (99.94%)
TypeScript (0.05%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
298 Stars
160 Commits
51 Forks
7 Watchers
6 Branches
10 Contributors
Updated on Apr 25, 2025
Minified
Minified + Gzipped
Latest Version
0.8.0
Package Id
@wojtekmaj/enzyme-adapter-react-17@0.8.0
Unpacked Size
251.75 kB
Size
68.59 kB
File Count
16
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
Unofficial adapter for React 17 for Enzyme.
npm install --save-dev @wojtekmaj/enzyme-adapter-react-17
or, if you're using Yarn:
yarn add --dev @wojtekmaj/enzyme-adapter-react-17
Finally, you need to configure enzyme to use the adapter you want it to use. To do this, you can use the top level configure(...)
API.
1import Enzyme from 'enzyme'; 2import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; 3 4Enzyme.configure({ adapter: new Adapter() });
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
project is archived
Details
Reason
Found 0/26 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
29 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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