Closed JamesLindsay0 closed 2 months ago
NPM build
Package | |
---|---|
Before | 191.20 kB |
After | 191.20 kB |
± | No change |
CDN build
Unminified | Minfied | Minified + gzipped | |
---|---|---|---|
Before | 95.92 kB |
35.88 kB |
10.87 kB |
After | 95.92 kB |
35.88 kB |
10.87 kB |
± | No change | No change | No change |
Coverage values did not change👌.
Total:
Lines | Branches | Functions | Statements |
---|---|---|---|
86.95%(+0%) | 78.2%(+0%) | 87.74%(+0%) | 83.65%(+0%) |
Generated against f9c8030f95c1ed6936a44f7082e25943ab2a6fe1 on 6 August 2024 at 13:18:04 UTC
Goal
Reduce the number of security warnings.
Changes
When I updated the lock files, the tests broke. In order to fix them, I had to add a development dependency on
metro-react-native-babel-preset
as well as@babel/plugin-transform-private-methods
.I also had to enable that private methods function as part of the tests. Presumably this was standard for tests previously but is now opt in.