React Test Renderer, a vital tool for snapshot testing React components, saw a minor version bump from 16.4.0 to 16.4.1. While both versions share the same core purpose and licensing under MIT, a few subtle differences exist that might be of interest to developers. Both versions share the same dependencies except for react-is. Version 16.4.1 updated its dependency to react-is to version 16.4.1, while version 16.4.0 had a dependency to react-is version 16.4.0. The unpacked size increased slightly from 835,517 bytes in version 16.4.0 to 839,806 bytes in 16.4.1. This suggests minor additions or refinements within the codebase.
The release dates also indicate a difference with version 16.4.1 being released on 2018-06-13 and version 16.4.0 released on 2018-05-24. Developers should consider the updated react-is dependency when choosing between these versions, ensuring compatibility with their existing project setup. The peer dependency on react: ^16.0.0 remains consistent, meaning both versions are designed to work with React versions 16.0.0 and above. While the changes seem minor, assessing the specific updates within react-is relevant to individual testing needs is advised. If no specific bug fixes or features related to react-is are required, upgrading is likely safe.
All the vulnerabilities related to the version 16.4.1 of the package
node-fetch forwards secure headers to untrusted sites
node-fetch forwards secure headers such as authorization
, www-authenticate
, cookie
, & cookie2
when redirecting to a untrusted site.